diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7420f16..0b687c5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,6 +34,10 @@ jobs: - name: Checkout the repository uses: actions/checkout@v3 + - uses: goto-bus-stop/setup-zig@v2 + with: + version: 0.13.0 + - name: Build run: zig build --release=small -Dtarget=${{ matrix.TARGET }} --summary all