File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -50,19 +50,19 @@ jobs:
50
50
# Windows support is still very much a work in progress
51
51
# We use a different action here to be able to use a more
52
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
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
66
# Testing disabled until https://github.com/segmentio/analytics-swift/issues/279 is fixed
67
67
# - name: Run tests
68
68
# run: swift test --enable-test-discovery
You can’t perform that action at this time.
0 commit comments