We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21cdfd5 commit 9c62bd5Copy full SHA for 9c62bd5
1 file changed
.github/workflows/daily-runtime-validation.yml
@@ -30,9 +30,9 @@ jobs:
30
31
- name: Install wasmtime
32
if: matrix.runtime == 'wasmtime'
33
- run: |
34
- curl https://wasmtime.dev/install.sh -sSf | bash
35
- echo "$HOME/.wasmtime/bin" >> $GITHUB_PATH
+ uses: bytecodealliance/actions/wasmtime/setup@v1
+ with:
+ version: dev
36
37
- name: Install WASM Micro Runtime
38
if: matrix.runtime == 'wasm-micro-runtime'
0 commit comments