Skip to content

Commit d1498a7

Browse files
committed
Update windows ci and leave comment
1 parent 41d9f7d commit d1498a7

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

.github/workflows/swift.yml

+14-9
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,24 @@ jobs:
4646
- name: Run tests
4747
run: swift test --enable-test-discovery
4848

49+
# Windows support is still very much a work in progress
50+
# We use a different action here to be able to use a more
51+
# up-to-date toolchain.
4952
build_and_test_spm_windows:
5053
needs: cancel_previous
5154
runs-on: windows-latest
5255
steps:
53-
- uses: compnerd/gha-setup-swift@main
54-
with:
55-
branch: swift-5.8-release
56-
tag: 5.8-RELEASE
57-
- uses: actions/checkout@v2
58-
- name: Build
59-
run: swift build
60-
- name: Run tests
61-
run: swift test --enable-test-discovery
56+
- uses: compnerd/gha-setup-swift@main
57+
with:
58+
release-tag-name: "20231116.2"
59+
github-repo: "thebrowsercompany/swift-build"
60+
release-asset-name: installer-amd64.exe
61+
github-token: ${{ secrets.GITHUB_TOKEN }}
62+
- uses: actions/checkout@v2
63+
- name: Build
64+
run: swift build
65+
- name: Run tests
66+
run: swift test --enable-test-discovery
6267

6368
build_and_test_ios:
6469
needs: cancel_previous

0 commit comments

Comments
 (0)