Skip to content

Commit

Permalink
Update meson.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dgsga committed Feb 28, 2024
1 parent 4959489 commit 1663cdf
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,9 @@ env:
jobs:
build-ubuntu:
if: false
name: Ubuntu
runs-on: ubuntu-22.04
container:
image: ubuntu:noble
steps:
- uses: actions/checkout@v4
- name: Install dependencies
Expand Down Expand Up @@ -116,6 +115,7 @@ jobs:
run: cd build && meson test

build-fedora:
if: false
name: Fedora
runs-on: ubuntu-22.04
container:
Expand Down Expand Up @@ -249,6 +249,7 @@ jobs:
cd build && meson test
build-openbsd:
if: false
name: "OpenBSD"
runs-on: ubuntu-22.04
permissions:
Expand Down Expand Up @@ -282,6 +283,7 @@ jobs:
cd build && meson test
build-netbsd:
if: false
name: "NetBSD"
runs-on: ubuntu-22.04
permissions:
Expand Down Expand Up @@ -319,6 +321,7 @@ jobs:
cd build && meson test
build-dflybsd:
if: false
name: "DragonflyBSD"
runs-on: ubuntu-22.04
permissions:
Expand Down Expand Up @@ -351,6 +354,7 @@ jobs:
cd build && meson test
build-solaris:
if: false
name: "Solaris"
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit 1663cdf

Please sign in to comment.