Skip to content

Commit

Permalink
[build.yaml] Try to use wasmerio/setup-wasmer@v2, since `get.wasmer…
Browse files Browse the repository at this point in the history
….io` is down.

I don't expect this to work, due to https://github.com/wasmerio/setup-wasmer/blob/main/src/index.ts#L45, but at least it's the official GH action.
  • Loading branch information
lgarron committed Aug 24, 2023
1 parent d928d76 commit 38734b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: wasmerio/setup-wasmer@v2
- run: make emsdk
- run: make build/wasm-test/twsearch-test.wasm
- run: make build/wasm-single-file/twsearch.mjs
- run: curl https://get.wasmer.io -sSfL | sh
- run: source ~/.wasmer/wasmer.sh && make test-wasm
- run: make test-build-js

rust:
Expand Down

0 comments on commit 38734b5

Please sign in to comment.