There was an error while loading. Please reload this page.
1 parent a9468c2 commit 6fa685aCopy full SHA for 6fa685a
1 file changed
.github/workflows/swift.yml
@@ -38,6 +38,21 @@ jobs:
38
- name: Test
39
run: swift test -c ${{ matrix.config }}
40
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
+
56
skip-fuse:
57
name: Skip Fuse (Android)
58
runs-on: macos-26
0 commit comments