Skip to content

Commit

Permalink
ci(deploy.yml): move to vars.TARGET_ZIG_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
EliSauder committed Dec 28, 2024
1 parent 8bd3b74 commit af750d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Zig
uses: mlugg/setup-zig@v1
with:
version: 0.13.0
version: ${{ vars.TARGET_ZIG_VERSION }}

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

0 comments on commit af750d0

Please sign in to comment.