File tree 1 file changed +14
-9
lines changed
1 file changed +14
-9
lines changed Original file line number Diff line number Diff line change @@ -46,19 +46,24 @@ jobs:
46
46
- name : Run tests
47
47
run : swift test --enable-test-discovery
48
48
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.
49
52
build_and_test_spm_windows :
50
53
needs : cancel_previous
51
54
runs-on : windows-latest
52
55
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
62
67
63
68
build_and_test_ios :
64
69
needs : cancel_previous
You can’t perform that action at this time.
0 commit comments