Skip to content

Commit

Permalink
Add more swift versions for wasm
Browse files Browse the repository at this point in the history
swift-wasm 5.9.1 will encounter a compiler crash for Parameter Packs

See swiftwasm/swift#5563
  • Loading branch information
Kyle-Ye committed Jan 24, 2024
1 parent 806806e commit 22c0aca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
strategy:
fail-fast: false
matrix:
swift_version: ["5.9.1"]
swift_version: ["wasm-5.9.1-RELEASE", "wasm-5.10-SNAPSHOT-2024-01-22-a", "wasm-DEVELOPMENT-SNAPSHOT-2024-01-22-a"]
os: [ubuntu-22.04]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: swiftwasm/setup-swiftwasm@v1
with:
swift-version: wasm-${{ matrix.swift_version }}-RELEASE
swift-version: ${{ matrix.swift_version }}
- name: build
run: |
swift build
Expand Down

0 comments on commit 22c0aca

Please sign in to comment.