Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable windows build, it amazingly already failed #3678

Merged
merged 1 commit into from
Jan 15, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading