Skip to content

Commit

Permalink
Merge pull request #3678 from mtzguido/windows
Browse files Browse the repository at this point in the history
Disable windows build, it amazingly already failed
  • Loading branch information
mtzguido authored Jan 15, 2025
2 parents 9586bc2 + 1e5e4e3 commit 8d3b529
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ on:
workflow_dispatch:

jobs:
# Disable when Windows is reenabled.
build-src:
uses: ./.github/workflows/build-src.yml

build-linux:
# This job also builds an (architecture-indepenendent) source package
# artifact.
uses: ./.github/workflows/build-linux.yml

build-macos:
uses: ./.github/workflows/build-macos.yml

build-windows:
uses: ./.github/workflows/build-windows.yml
# build-windows:
# uses: ./.github/workflows/build-windows.yml

0 comments on commit 8d3b529

Please sign in to comment.