We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fffba3e commit 45b7585Copy full SHA for 45b7585
.github/workflows/ci.yml
@@ -132,7 +132,7 @@ jobs:
132
run: git config --system core.longpaths true
133
- uses: actions/checkout@v4
134
- name: Build
135
- run: swift build -c ${{ matrix.config }}
+ run: swift build -c ${{ matrix.config }} -windows-sdk-version 10.0.22621.1778
136
- name: Run tests (debug only)
137
run: swift test -windows-sdk-version 10.0.22621.1778
138
0 commit comments