Skip to content

Commit 6fa685a

Browse files
committed
Update GitHub CI
1 parent a9468c2 commit 6fa685a

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/swift.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,21 @@ jobs:
3838
- name: Test
3939
run: swift test -c ${{ matrix.config }}
4040

41+
windows:
42+
runs-on: windows-latest
43+
steps:
44+
- uses: compnerd/gha-setup-swift@main
45+
with:
46+
branch: swift-6.3.2-release
47+
tag: 6.3.2-RELEASE
48+
- uses: actions/checkout@v4
49+
- name: Swift version
50+
run: swift --version
51+
- name: Build
52+
run: swift build -v
53+
- name: Test
54+
run: swift test -v
55+
4156
skip-fuse:
4257
name: Skip Fuse (Android)
4358
runs-on: macos-26

0 commit comments

Comments
 (0)