We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bca250 commit 5770e40Copy full SHA for 5770e40
.github/workflows/ci.yml
@@ -60,24 +60,6 @@ jobs:
60
- name: Build
61
run: swift build --swift-sdk wasm32-unknown-wasi -Xlinker -z -Xlinker stack-size=$((1024 * 1024))
62
63
- windows:
64
- name: Windows
65
- strategy:
66
- matrix:
67
- os: [windows-latest]
68
- config: ['debug', 'release']
69
- runs-on: ${{ matrix.os }}
70
- steps:
71
- - uses: compnerd/gha-setup-swift@main
72
- with:
73
- branch: swift-5.10-release
74
- tag: 5.10-RELEASE
75
- - uses: actions/checkout@v4
76
- - name: Build All Configurations
77
- run: swift build -c ${{ matrix.config }}
78
- - name: Run tests (debug only)
79
- run: swift test
80
-
81
android:
82
name: Android (Swift 6.0.2)
83
runs-on: ubuntu-22.04
0 commit comments