Skip to content

Commit

Permalink
Use workaround for binstall/cache incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
HadrienG2 committed Oct 7, 2024
1 parent 241a904 commit 924045b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

outputs:
MINIMAL_RUST: ${{ env.MINIMAL_RUST }}

steps:
- name: Forward env var to output
run: echo "MINIMAL_RUST=${{ env.MINIMAL_RUST }}" >> $GITHUB_OUTPUT
Expand Down Expand Up @@ -81,7 +81,8 @@ jobs:

- name: Look for unused dependencies with cargo-machete
run: |
cargo binstall -y cargo-machete
# FIXME: --force used as a workaround for https://github.com/Swatinem/rust-cache/issues/204
cargo binstall -y --force cargo-machete
cargo machete
Expand Down

0 comments on commit 924045b

Please sign in to comment.