Skip to content

Commit 9c62bd5

Browse files
committed
Update runtime validation workflow for nightly wasmtime
1 parent 21cdfd5 commit 9c62bd5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/daily-runtime-validation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030

3131
- name: Install wasmtime
3232
if: matrix.runtime == 'wasmtime'
33-
run: |
34-
curl https://wasmtime.dev/install.sh -sSf | bash
35-
echo "$HOME/.wasmtime/bin" >> $GITHUB_PATH
33+
uses: bytecodealliance/actions/wasmtime/setup@v1
34+
with:
35+
version: dev
3636

3737
- name: Install WASM Micro Runtime
3838
if: matrix.runtime == 'wasm-micro-runtime'

0 commit comments

Comments
 (0)