We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af7b63f commit e4aa7d1Copy full SHA for e4aa7d1
.github/workflows/release.yml
@@ -229,7 +229,6 @@ jobs:
229
230
build-macos:
231
name: Build macOS ${{ matrix.arch }} Release
232
- if: false # TODO: UNDO later
233
runs-on: ${{ matrix.runner }}
234
timeout-minutes: 15
235
strategy:
@@ -408,7 +407,6 @@ jobs:
408
407
build-windows:
409
# Note: build-windows builds WITHOUT FFMPEG due to issue #33
410
name: Build Windows Release
411
412
runs-on: windows-latest
413
timeout-minutes: 30
414
@@ -466,7 +464,6 @@ jobs:
466
464
467
465
test-windows:
468
name: Test Windows Release Binary
469
470
needs: build-windows
471
472
timeout-minutes: 5
0 commit comments