put wasmtime in path
Some checks failed
AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Failing after 1m33s

This commit is contained in:
Emil Lerch 2023-10-22 12:13:20 -07:00
parent 9ac9dc6e59
commit d027c456c4
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -24,7 +24,7 @@ jobs:
- run: curl https://wasmtime.dev/install.sh -sSf | bash
- run: zig build test
- run: zig build test -Dtarget=arm-linux # we want to know we can build for 32 bit
- run: zig build test -Dtarget=wasm32-wasi -fwasmtime # downstream needs this for CF workers
- run: PATH=${HOME}/.wasmtime/bin:${PATH} zig build test -Dtarget=wasm32-wasi -fwasmtime # downstream needs this for CF workers
- name: Notify
uses: https://git.lerch.org/lobo/action-notify-ntfy@v2
if: always()