Use v5.3 tag of `swiftwasm-action` in `ci.yml` (#292)

`swiftwasm-action@master` no longer exists, and we should use a tag to rely on more stable action code anyway.
This commit is contained in:
Max Desiatov 2020-10-25 12:40:48 +00:00 committed by GitHub
parent af225afab7
commit 1e43d98bb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: swiftwasm/swiftwasm-action@master
- uses: swiftwasm/swiftwasm-action@v5.3
with:
shell-action: swift build --triple wasm32-unknown-wasi --product TokamakDemo