Skip to content

Commit 6acd7c6

Browse files
authored
Update ci.yml
1 parent ef61794 commit 6acd7c6

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 }} -windows-sdk-version 10.0.22621.1778
135+
run: swift -windows-sdk-version 10.0.22621.1778 build -c ${{ matrix.config }}
136136
- name: Run tests (debug only)
137137
run: swift test -windows-sdk-version 10.0.22621.1778
138138

0 commit comments

Comments
 (0)