Skip to content

Commit 01929dd

Browse files
committed
Disable windows ci for now.
1 parent 8bacebc commit 01929dd

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

.github/workflows/ci.yml

+19-19
Original file line numberDiff line numberDiff line change
@@ -38,29 +38,29 @@ jobs:
3838
- uses: actions/checkout@v4
3939
- run: swift test
4040

41-
windows:
42-
strategy:
43-
matrix:
44-
swift:
45-
- "5.9.1"
41+
# windows:
42+
# strategy:
43+
# matrix:
44+
# swift:
45+
# - "5.9.1"
4646

47-
name: Windows (Swift ${{ matrix.swift }})
48-
runs-on: windows-latest
47+
# name: Windows (Swift ${{ matrix.swift }})
48+
# runs-on: windows-latest
4949

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
5555

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
6060

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
6464

6565
android:
6666
strategy:

0 commit comments

Comments
 (0)