File tree 1 file changed +19
-19
lines changed
1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -38,29 +38,29 @@ jobs:
38
38
- uses : actions/checkout@v4
39
39
- run : swift test
40
40
41
- windows :
42
- strategy :
43
- matrix :
44
- swift :
45
- - " 5.9.1"
41
+ # windows:
42
+ # strategy:
43
+ # matrix:
44
+ # swift:
45
+ # - "5.9.1"
46
46
47
- name : Windows (Swift ${{ matrix.swift }})
48
- runs-on : windows-latest
47
+ # name: Windows (Swift ${{ matrix.swift }})
48
+ # runs-on: windows-latest
49
49
50
- steps :
51
- - uses : compnerd/gha-setup-swift@main
52
- with :
53
- branch : swift-${{ matrix.swift }}-release
54
- tag : ${{ matrix.swift }}-RELEASE
50
+ # steps:
51
+ # - uses: compnerd/gha-setup-swift@main
52
+ # with:
53
+ # branch: swift-${{ matrix.swift }}-release
54
+ # tag: ${{ matrix.swift }}-RELEASE
55
55
56
- - name : Set git to use LF
57
- run : |
58
- git config --global core.autocrlf false
59
- git config --global core.eol lf
56
+ # - name: Set git to use LF
57
+ # run: |
58
+ # git config --global core.autocrlf false
59
+ # git config --global core.eol lf
60
60
61
- - uses : actions/checkout@v4
62
- - run : swift build
63
- - run : swift test
61
+ # - uses: actions/checkout@v4
62
+ # - run: swift build
63
+ # - run: swift test
64
64
65
65
android :
66
66
strategy :
You can’t perform that action at this time.
0 commit comments