Skip to content

Commit

Permalink
try to fix installation test: latest doesn't work, explicit tag does.
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Mar 17, 2023
1 parent 8d41768 commit 3cefe38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
- name: Check crate package size (with latest binary)
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 --force
sh -s -- --git the-lean-crate/cargo-diet --target x86_64-unknown-linux-musl --force --tag v1.2.5
cargo diet --dry-run --package-size-limit ${{ env.SIZE_LIMIT }}
- name: fmt
Expand Down

0 comments on commit 3cefe38

Please sign in to comment.