Skip to content

Commit

Permalink
ci: Only use cargo-quickinstall (mozilla#1938)
Browse files Browse the repository at this point in the history
Since binstall is having issues on macOS it seems.

Signed-off-by: Lars Eggert <lars@eggert.org>
  • Loading branch information
larseggert authored Jun 19, 2024
1 parent 95104fe commit c7f654b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/rust/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ runs:

- name: Install Rust tools
shell: bash
run: cargo +${{ inputs.version }} quickinstall cargo-llvm-cov cargo-nextest flamegraph cargo-hack cargo-mutants hyperfine
run: cargo +${{ inputs.version }} quickinstall --no-binstall --no-fallback cargo-llvm-cov cargo-nextest flamegraph cargo-hack cargo-mutants hyperfine

# sccache slows CI down, so we leave it disabled.
# Leaving the steps below commented out, so we can re-evaluate enabling it later.
Expand Down

0 comments on commit c7f654b

Please sign in to comment.