Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis authored Jan 13, 2024
1 parent 378dea0 commit 462e65e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ jobs:
strategy:
matrix:
include:
- { toolchain: wasm-5.5.0-RELEASE }
- { toolchain: wasm-5.7.1-RELEASE }

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: echo "${{ matrix.toolchain }}" > .swift-version
- uses: swiftwasm/swiftwasm-action@v5.5
- uses: swiftwasm/swiftwasm-action@v5.7
with:
shell-action: swift build

Expand All @@ -66,4 +66,4 @@ jobs:
# this issue is fixed 5.9 so we can remove the if once
# that is generally available.
if: ${{ matrix.config == 'debug' }}
run: swift test
run: swift test

0 comments on commit 462e65e

Please sign in to comment.