We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9586bc2 + 1e5e4e3 commit 8d3b529Copy full SHA for 8d3b529
1 file changed
.github/workflows/build-all.yml
@@ -5,13 +5,15 @@ on:
5
workflow_dispatch:
6
7
jobs:
8
+ # Disable when Windows is reenabled.
9
+ build-src:
10
+ uses: ./.github/workflows/build-src.yml
11
+
12
build-linux:
- # This job also builds an (architecture-indepenendent) source package
- # artifact.
13
uses: ./.github/workflows/build-linux.yml
14
15
build-macos:
16
uses: ./.github/workflows/build-macos.yml
17
- build-windows:
- uses: ./.github/workflows/build-windows.yml
18
+ # build-windows:
19
+ # uses: ./.github/workflows/build-windows.yml
0 commit comments