Make sure wasmtime it on `$PATH` in CI (#44) · python/cpython-devcontainers@c1c9c12

GitHub

Original file line numberDiff line numberDiff line change@@ -31,7 +31,7 @@ jobs:

3131 - name: Test WASI SDK

3232run: 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

35353636build_autoconf:

3737name: Build and test (Autoconf)