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 6edd77e commit 283ad02Copy full SHA for 283ad02
.github/workflows/main.yml
@@ -237,23 +237,6 @@ jobs:
237
- name: Build (aarch64-swift-linux-musl)
238
run: ./build-exec swift build --swift-sdk aarch64-swift-linux-musl --traits WasmDebuggingSupport
239
240
- build-android:
241
- runs-on: ubuntu-24.04
242
- timeout-minutes: 10
243
- strategy:
244
- matrix:
245
- include:
246
- - swift-version: "6.2"
247
- - swift-version: nightly-main
248
-
249
- steps:
250
- - uses: actions/checkout@v4
251
- - name: Run Tests on Android emulator
252
- uses: skiptools/swift-android-action@v2
253
- with:
254
- android-api-level: 30
255
- swift-version: "${{ matrix.swift-version }}"
256
257
build-windows:
258
runs-on: windows-latest
259
steps:
0 commit comments