Skip to content

Commit

Permalink
Use stable v5.6 version of swiftwasm-action (TokamakUI#477)
Browse files Browse the repository at this point in the history
After `carton` 0.14.0 was tagged, I've updated `swiftwasm-action` to use that latest release. With that, corresponding `v5.6` was tagged, which I propose to use in `ci.yml` instead of the `main` branch.
  • Loading branch information
MaxDesiatov authored May 2, 2022
1 parent 6905fdf commit 39d37a9
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 @@ -11,7 +11,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: swiftwasm/swiftwasm-action@main
- uses: swiftwasm/swiftwasm-action@v5.6
with:
shell-action: carton bundle --product TokamakDemo

Expand All @@ -20,7 +20,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: swiftwasm/swiftwasm-action@main
- uses: swiftwasm/swiftwasm-action@v5.6
with:
shell-action: carton test

Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
gtk_ubuntu_18_04_build:
runs-on: ubuntu-latest
container:
image: swiftlang/swift:nightly-bionic
image: swiftlang/swift:nightly-bionic

steps:
- uses: actions/checkout@v2
Expand All @@ -98,7 +98,7 @@ jobs:
gtk_ubuntu_20_04_build:
runs-on: ubuntu-latest
container:
image: swiftlang/swift:nightly-focal
image: swiftlang/swift:nightly-focal

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 39d37a9

Please sign in to comment.