diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index ee7070e..ef82535 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -24,6 +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: export PATH=${HOME}/.wasmtime/bin:${PATH} - run: 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