Skip to content

Commit

Permalink
use zig 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattnite committed Apr 26, 2024
1 parent e7dada0 commit 4348ee4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup Zig
uses: goto-bus-stop/setup-zig@v2
with:
version: master
version: 0.12.0

- name: Build
run: zig build -Doptimize=ReleaseSmall
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-tags: true # required for "git describe"
fetch-depth: 0

- name: Setup Zig
uses: goto-bus-stop/setup-zig@v2
with:
version: master
version: 0.12.0

- name: Extract version
run: echo "MICROZIG_VERSION=$(zig build package -- get-version)" >> $GITHUB_ENV
Expand Down

0 comments on commit 4348ee4

Please sign in to comment.