put wasmtime in path
Some checks failed
AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Failing after 1m48s
Some checks failed
AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Failing after 1m48s
This commit is contained in:
parent
9ac9dc6e59
commit
1b7cbf62c5
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue
Block a user