add commented windows build (currently fails due to env vars)
All checks were successful
AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Successful in 1m52s
All checks were successful
AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Successful in 1m52s
This commit is contained in:
parent
a810ce2105
commit
bebf1b9dfa
|
@ -27,6 +27,7 @@ jobs:
|
||||||
- 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: PATH=${HOME}/.wasmtime/bin:${PATH} 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
|
||||||
- run: zig build test -Dtarget=wasm32-wasi # downstream needs this for CF workers
|
- run: zig build test -Dtarget=wasm32-wasi # downstream needs this for CF workers
|
||||||
|
# - run: zig build test -Dx86_64-windows # windows needs changes for env vars
|
||||||
- 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