Skip to content

Commit

Permalink
Fix sccache version to 0.3.3
Browse files Browse the repository at this point in the history
sccache to GitHub Actions Cache was broken in mozilla/sccache#1528
  • Loading branch information
Jacob Lee authored Jan 8, 2023
1 parent 6fac7c2 commit 2ee80d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install-cargo-bins
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -eo pipefail

cargo install sccache
cargo install sccache@0.3.3

cargo install \
cargo-audit \
Expand Down

0 comments on commit 2ee80d9

Please sign in to comment.