From 5bfbdf1e92432b79ca891d9109a12052903087ac Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Tue, 25 Feb 2025 23:22:44 +0000 Subject: [PATCH] add nightly to machete to make it run --- .github/workflows/rust_ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rust_ci.yaml b/.github/workflows/rust_ci.yaml index a77ffd7..104b072 100644 --- a/.github/workflows/rust_ci.yaml +++ b/.github/workflows/rust_ci.yaml @@ -98,10 +98,10 @@ jobs: - uses: taiki-e/install-action@v2 with: tool: just, cargo-udeps - - name: Machete - uses: bnjbvr/cargo-machete@main - name: Install Rust stable toolchain - uses: dtolnay/rust-toolchain@stable + uses: dtolnay/rust-toolchain@nightly + - name: Install cargo-machete + run: cargo +nightly install cargo-machete - uses: Swatinem/rust-cache@v2 with: cache-on-failure: true