Skip to content

Commit

Permalink
Fix machete version
Browse files Browse the repository at this point in the history
  • Loading branch information
shaharsamocha7 committed Dec 5, 2024
1 parent 76af3c6 commit 09860e0
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 09860e0

Please sign in to comment.