Skip to content

Commit 083bf45

Browse files
committed
ci: add swift-version parameter for Windows Swift setup
- Add swift-version: "6.1" alongside swift-build parameter - Both parameters required by compnerd/gha-setup-swift@main with swift.org source - Fixes "swift-version is required when using swift.org source" error
1 parent a378d69 commit 083bf45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565

6666
- uses: compnerd/gha-setup-swift@main
6767
with:
68+
swift-version: "6.1"
6869
swift-build: "6.1-RELEASE"
6970

7071
- name: Build

0 commit comments

Comments
 (0)