Skip to content

Commit

Permalink
feat: move to a single TARGET_ZIG_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
EliSauder committed Nov 1, 2024
1 parent 1f726e8 commit 789a179
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-microzig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: Build
uses: ./.github/workflows/build-base.yml
with:
zig-version: ${{ vars.MZ_TARGET_ZIG_VERSION }}
zig-version: ${{ vars.TARGET_ZIG_VERSION }}
get-submodules: true
is-packaged: true
zig-args: -Doptimize=ReleaseSmall
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-microzig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
group: build
cancel-in-progress: true
with:
zig-version: ${{ vars.MZ_TARGET_ZIG_VERSION }}
zig-version: ${{ vars.TARGET_ZIG_VERSION }}
get-submodules: true
is-packaged: true
target-os: macOS
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
build-website:
uses: ./.github/workflows/build-base.yml
with:
zig-version: ${{ vars.WS_TARGET_ZIG_VERSION }}
zig-version: ${{ vars.TARGET_ZIG_VERSION }}
get-submodules: true
target-os: Linux
github-artifact-name: website-build
Expand Down

0 comments on commit 789a179

Please sign in to comment.