From 9efbb4c0b4faa5f7d9e919737a7951a5a2a261c4 Mon Sep 17 00:00:00 2001 From: xermicus Date: Tue, 25 Feb 2025 09:40:40 +0100 Subject: [PATCH] ci: temporarily disable the machete (#233) --- .github/workflows/rust.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 9d19b57..f8341a1 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -36,8 +36,10 @@ jobs: sudo apt update sudo apt install -y ethereum - - name: Machete - uses: bnjbvr/cargo-machete@main + # Disabled for now (always install the latest version despite setting it): + # https://github.com/bnjbvr/cargo-machete/issues/156 + #- name: Machete + # uses: bnjbvr/cargo-machete@v0.7.0 - name: Format run: make format