File tree 1 file changed +13
-19
lines changed
1 file changed +13
-19
lines changed Original file line number Diff line number Diff line change @@ -47,25 +47,19 @@ jobs:
47
47
- name : Run tests
48
48
run : swift test --enable-test-discovery
49
49
50
- # Windows support is still very much a work in progress
51
- # We use a different action here to be able to use a more
52
- # up-to-date toolchain.
53
- # build_and_test_spm_windows:
54
- # needs: cancel_previous
55
- # runs-on: windows-latest
56
- # steps:
57
- # - uses: compnerd/gha-setup-swift@main
58
- # with:
59
- # release-tag-name: "20231116.2"
60
- # github-repo: "thebrowsercompany/swift-build"
61
- # release-asset-name: installer-amd64.exe
62
- # github-token: ${{ secrets.GITHUB_TOKEN }}
63
- # - uses: actions/checkout@v2
64
- # - name: Build
65
- # run: swift build
66
- # Testing disabled until https://github.com/segmentio/analytics-swift/issues/279 is fixed
67
- # - name: Run tests
68
- # run: swift test --enable-test-discovery
50
+ build_and_test_spm_windows :
51
+ needs : cancel_previous
52
+ runs-on : windows-latest
53
+ steps :
54
+ - uses : compnerd/gha-setup-swift@main
55
+ with :
56
+ branch : swift-5.10-release
57
+ tag : 5.10-RELEASE
58
+ - uses : actions/checkout@v2
59
+ - name : Build
60
+ run : swift build
61
+ - name : Run tests
62
+ run : swift test --enable-test-discovery
69
63
70
64
build_and_test_ios :
71
65
needs : cancel_previous
You can’t perform that action at this time.
0 commit comments