Skip to content

Commit e4aa7d1

Browse files
committed
reenable jobs
1 parent af7b63f commit e4aa7d1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ jobs:
229229
230230
build-macos:
231231
name: Build macOS ${{ matrix.arch }} Release
232-
if: false # TODO: UNDO later
233232
runs-on: ${{ matrix.runner }}
234233
timeout-minutes: 15
235234
strategy:
@@ -408,7 +407,6 @@ jobs:
408407
build-windows:
409408
# Note: build-windows builds WITHOUT FFMPEG due to issue #33
410409
name: Build Windows Release
411-
if: false # TODO: UNDO later
412410
runs-on: windows-latest
413411
timeout-minutes: 30
414412

@@ -466,7 +464,6 @@ jobs:
466464

467465
test-windows:
468466
name: Test Windows Release Binary
469-
if: false # TODO: UNDO later
470467
needs: build-windows
471468
runs-on: windows-latest
472469
timeout-minutes: 5

0 commit comments

Comments
 (0)