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 45b7585 commit 9e928eaCopy full SHA for 9e928ea
.github/workflows/ci.yml
@@ -132,9 +132,9 @@ jobs:
132
run: git config --system core.longpaths true
133
- uses: actions/checkout@v4
134
- name: Build
135
- run: swift build -c ${{ matrix.config }} -windows-sdk-version 10.0.22621.1778
+ 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
+ run: swift test --windows-sdk-version 10.0.22621.1778
138
139
# android:
140
# name: Android
0 commit comments