Skip to content

Commit 8cd5ec6

Browse files
committed
Make sure wasmtime it on $PATH in CI
1 parent ff7f8f0 commit 8cd5ec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Test WASI SDK
3232
run: docker run --rm ${{ env.TAG }} /opt/wasi-sdk/bin/clang --version
3333
- name: Test Wasmtime
34-
run: docker run --rm ${{ env.TAG }} /usr/local/bin/wasmtime --version
34+
run: docker run --rm ${{ env.TAG }} wasmtime --version
3535

3636
build_autoconf:
3737
name: Build and test (Autoconf)

0 commit comments

Comments
 (0)