Skip to content

Commit

Permalink
Disable windows build, it amazingly already failed
Browse files Browse the repository at this point in the history
  • Loading branch information
mtzguido committed Jan 15, 2025
1 parent 9586bc2 commit 1e5e4e3
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 1e5e4e3

Please sign in to comment.