Skip to content

Commit 3e315fb

Browse files
authored
temporarily disable Windows builds
So, that we can at least reach the point where the other OS'es complete the process and upload some artifacts (that we could then use for testing)
1 parent 754d076 commit 3e315fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
- {name: "Linux (amd64 / mini)", os: ubuntu-latest, arch: amd64, mode: mini, shell: bash}
3232
- {name: "Linux (arm64 / mini)", os: ubuntu-latest, arch: arm64, mode: mini, shell: bash}
3333
- {name: "JS (web / mini)", os: ubuntu-latest, arch: amd64, mode: web, shell: bash}
34-
- {name: "Windows (amd64 / full)", os: windows-latest, arch: amd64, mode: full, shell: "msys2 {0}"}
35-
- {name: "Windows (amd64 / mini)", os: windows-latest, arch: amd64, mode: mini, shell: "msys2 {0}"}
34+
#- {name: "Windows (amd64 / full)", os: windows-latest, arch: amd64, mode: full, shell: "msys2 {0}"}
35+
#- {name: "Windows (amd64 / mini)", os: windows-latest, arch: amd64, mode: mini, shell: "msys2 {0}"}
3636
- {name: "macOS (amd64 / full)", os: macOS-12, arch: amd64, mode: full, shell: bash}
3737
- {name: "macOS (amd64 / mini)", os: macOS-12, arch: amd64, mode: mini, shell: bash}
3838
- {name: "macOS (arm64 / full)", os: macos-latest, arch: arm64, mode: full, shell: bash}
@@ -106,4 +106,4 @@ jobs:
106106
uses: 'actions/upload-artifact@v4'
107107
with:
108108
name: ${{ steps.artifact-details.outputs.ARTIFACT_NAME }}
109-
path: ${{ steps.artifact-details.outputs.BINARY_PATH }}
109+
path: ${{ steps.artifact-details.outputs.BINARY_PATH }}

0 commit comments

Comments
 (0)