Skip to content

Commit 9e928ea

Browse files
committed
wip
1 parent 45b7585 commit 9e928ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

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

139139
# android:
140140
# name: Android

0 commit comments

Comments
 (0)