put wasmtime in path
Some checks failed
AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Failing after 1m33s
Some checks failed
AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Failing after 1m33s
This commit is contained in:
parent
9ac9dc6e59
commit
d027c456c4
|
@ -24,7 +24,7 @@ jobs:
|
||||||
- run: curl https://wasmtime.dev/install.sh -sSf | bash
|
- run: curl https://wasmtime.dev/install.sh -sSf | bash
|
||||||
- run: zig build test
|
- 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=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
|
- name: Notify
|
||||||
uses: https://git.lerch.org/lobo/action-notify-ntfy@v2
|
uses: https://git.lerch.org/lobo/action-notify-ntfy@v2
|
||||||
if: always()
|
if: always()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user