Skip to content

Commit

Permalink
Fix cargo-diet (#298)
Browse files Browse the repository at this point in the history
Seems like the automated version discovery isn't working anymore, so
let's hard-code the tag.
  • Loading branch information
Byron committed May 3, 2022
1 parent b039d39 commit aebc89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Run cargo diet
run: |
curl -LSfs https://raw.githubusercontent.com/the-lean-crate/cargo-diet/master/ci/install.sh | \
sh -s -- --git the-lean-crate/cargo-diet --target x86_64-unknown-linux-musl
sh -s -- --git the-lean-crate/cargo-diet --target x86_64-unknown-linux-musl --tag v1.2.4
# Let's not fail CI for this, it will fail locally often enough, and a crate a little bigger
# than allows is no problem either if it comes to that.
Expand Down

0 comments on commit aebc89f

Please sign in to comment.