Skip to content

Commit

Permalink
Update meson.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dgsga committed Mar 14, 2024
1 parent b366d85 commit 6bfd5a2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ env:
jobs:
build-ubuntu:
if: false
name: Ubuntu
runs-on: ubuntu-22.04
container:
Expand Down Expand Up @@ -103,7 +102,6 @@ jobs:
run: cd build && meson test

build-debian:
if: false
name: Debian
runs-on: ubuntu-22.04
container:
Expand Down Expand Up @@ -151,7 +149,6 @@ jobs:
run: cd build && meson test

build-fedora:
if: false
name: Fedora
runs-on: ubuntu-22.04
container:
Expand Down Expand Up @@ -215,7 +212,6 @@ jobs:
run: cd build && meson test

build-omnios:
if: false
name: "OmniOS"
runs-on: ubuntu-22.04
permissions:
Expand Down Expand Up @@ -248,7 +244,6 @@ jobs:
ninja -C build
build-freebsd:
if: false
name: "FreeBSD"
runs-on: ubuntu-22.04
permissions:
Expand Down Expand Up @@ -282,7 +277,6 @@ jobs:
cd build && meson test
build-openbsd:
if: false
name: "OpenBSD"
runs-on: ubuntu-22.04
permissions:
Expand Down Expand Up @@ -317,7 +311,6 @@ jobs:
cd build && meson test
build-netbsd:
if: false
name: "NetBSD"
runs-on: ubuntu-22.04
permissions:
Expand Down Expand Up @@ -351,7 +344,6 @@ jobs:
ninja -C build
build-dflybsd:
if: false
name: "DragonflyBSD"
runs-on: ubuntu-22.04
permissions:
Expand Down

0 comments on commit 6bfd5a2

Please sign in to comment.