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

This commit is contained in:
Emil Lerch 2023-10-25 12:00:35 -07:00
parent a810ce2105
commit bebf1b9dfa
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -27,6 +27,7 @@ jobs:
- 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: 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
uses: https://git.lerch.org/lobo/action-notify-ntfy@v2
if: always()