We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
$PATH
1 parent ff7f8f0 commit c1c9c12Copy full SHA for c1c9c12
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Test WASI SDK
32
run: docker run --rm ${{ env.TAG }} /opt/wasi-sdk/bin/clang --version
33
- name: Test Wasmtime
34
- run: docker run --rm ${{ env.TAG }} /usr/local/bin/wasmtime --version
+ run: docker run --rm ${{ env.TAG }} wasmtime --version
35
36
build_autoconf:
37
name: Build and test (Autoconf)
0 commit comments