diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7916f7b..c7a152c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -204,8 +204,13 @@ jobs: sudo apt update sudo apt install kurtosis-cli + - name: Install cargo-machete + uses: clechasseur/rs-cargo@v2 + with: + command: install + args: cargo-machete@0.7.0 - name: Machete - uses: bnjbvr/cargo-machete@v0.7.1 + run: cargo machete crates - name: Format run: make format