Skip to content

Commit

Permalink
ci: pin machete to an older version (#3209)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian authored Feb 25, 2025
1 parent a599d4b commit 9ce4a91
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,11 @@ jobs:
cargo-machete:
name: Cargo Machete
runs-on: ubuntu-latest
# disabled until this issue is fixed https://github.com/bnjbvr/cargo-machete/issues/158
if: false
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Machete
uses: bnjbvr/cargo-machete@main
uses: bnjbvr/cargo-machete@v0.7.1

# Checks for duplicate version of package
cargo-vendor:
Expand Down

0 comments on commit 9ce4a91

Please sign in to comment.