Skip to content

Commit 6bfd5a2

Browse files
author
dgsga
committed
Update meson.yml
1 parent b366d85 commit 6bfd5a2

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/meson.yml

-8
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ env:
5555
5656
jobs:
5757
build-ubuntu:
58-
if: false
5958
name: Ubuntu
6059
runs-on: ubuntu-22.04
6160
container:
@@ -103,7 +102,6 @@ jobs:
103102
run: cd build && meson test
104103

105104
build-debian:
106-
if: false
107105
name: Debian
108106
runs-on: ubuntu-22.04
109107
container:
@@ -151,7 +149,6 @@ jobs:
151149
run: cd build && meson test
152150

153151
build-fedora:
154-
if: false
155152
name: Fedora
156153
runs-on: ubuntu-22.04
157154
container:
@@ -215,7 +212,6 @@ jobs:
215212
run: cd build && meson test
216213

217214
build-omnios:
218-
if: false
219215
name: "OmniOS"
220216
runs-on: ubuntu-22.04
221217
permissions:
@@ -248,7 +244,6 @@ jobs:
248244
ninja -C build
249245
250246
build-freebsd:
251-
if: false
252247
name: "FreeBSD"
253248
runs-on: ubuntu-22.04
254249
permissions:
@@ -282,7 +277,6 @@ jobs:
282277
cd build && meson test
283278
284279
build-openbsd:
285-
if: false
286280
name: "OpenBSD"
287281
runs-on: ubuntu-22.04
288282
permissions:
@@ -317,7 +311,6 @@ jobs:
317311
cd build && meson test
318312
319313
build-netbsd:
320-
if: false
321314
name: "NetBSD"
322315
runs-on: ubuntu-22.04
323316
permissions:
@@ -351,7 +344,6 @@ jobs:
351344
ninja -C build
352345
353346
build-dflybsd:
354-
if: false
355347
name: "DragonflyBSD"
356348
runs-on: ubuntu-22.04
357349
permissions:

0 commit comments

Comments
 (0)