Skip to content

Commit

Permalink
Fix machete version (#914)
Browse files Browse the repository at this point in the history
Locked machete version
  • Loading branch information
shaharsamocha7 authored Dec 5, 2024
2 parents 76af3c6 + 09860e0 commit ef6667a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2024-01-04
- uses: Swatinem/rust-cache@v2
- name: Install Machete
run: cargo +nightly-2024-01-04 install --locked cargo-machete
- name: Run Machete (detect unused dependencies)
uses: bnjbvr/cargo-machete@main
run: cargo +nightly-2024-01-04 machete

all-tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ef6667a

Please sign in to comment.