Skip to content

Commit

Permalink
Move to mlugg/setup-zig
Browse files Browse the repository at this point in the history
  • Loading branch information
epompeii committed Oct 28, 2024
1 parent b35b5cc commit 8cc70d6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/bencher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ env:
FLY_REGISTRY: registry.fly.io
# CLI
CLI_BIN_NAME: bencher
ZIG_VERSION: 0.13.0
ZIG_BUILD_VERSION: 0.19.3
# Use minimum supported glibc version for Rust Tier 1
# https://doc.rust-lang.org/nightly/rustc/platform-support.html#tier-1-with-host-tools
Expand Down Expand Up @@ -601,8 +602,10 @@ jobs:
# Install
- name: Install Rust target
run: rustup target add ${{ matrix.target }}
- uses: goto-bus-stop/setup-zig@v2
- uses: mlugg/setup-zig@v1
if: startsWith(matrix.build, 'linux')
with:
version: ${{ env.ZIG_VERSION }}
- name: Install zigbuild
if: startsWith(matrix.build, 'linux')
run: cargo install --version ${{ env.ZIG_BUILD_VERSION }} --locked --force cargo-zigbuild
Expand Down

0 comments on commit 8cc70d6

Please sign in to comment.