Skip to content

Commit c1c9c12

Browse files
authored
Make sure wasmtime it on $PATH in CI (#44)
1 parent ff7f8f0 commit c1c9c12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)