Skip to content

Commit

Permalink
Install zig and use cache
Browse files Browse the repository at this point in the history
  • Loading branch information
rlopzc committed Jul 16, 2024
1 parent 316df4c commit 6c9455c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6c9455c

Please sign in to comment.