Skip to content

Commit 45b7585

Browse files
committed
wip
1 parent fffba3e commit 45b7585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
run: git config --system core.longpaths true
133133
- uses: actions/checkout@v4
134134
- name: Build
135-
run: swift build -c ${{ matrix.config }}
135+
run: swift build -c ${{ matrix.config }} -windows-sdk-version 10.0.22621.1778
136136
- name: Run tests (debug only)
137137
run: swift test -windows-sdk-version 10.0.22621.1778
138138

0 commit comments

Comments
 (0)