I’m trying to figure out why a GitHub Actions is not fetching and compiling Zig code. All the rest work. Any help appreciated. Thanks.
- uses: mlugg/setup-zig@v1
with: { version: "0.15.2" }
- name: Build nm_zig_wasi
continue-on-error: true
run: zig build-exe nm_zig.zig -O ReleaseSmall -target wasm32-wasi --name nm_zig_wasi
I’m expecting the Zig WASM/WASI build to be displayed here Native Messaging WASI host benchmark.