From fdc26c333bf161260ca9be859e18c33b91a278c2 Mon Sep 17 00:00:00 2001 From: Roy Ivy III Date: Wed, 10 Nov 2021 13:49:43 -0600 Subject: [PATCH] maint/CICD ~ disable tool cache use for 'action-rs/install' # [why] The tool cache is currently failing and seems to be getting further behind current versions. The [actions-rs/install#12] issue addresses this but seems to be languishing without any proposed solution. [ref]: --- .github/workflows/CICD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 4f2a0faf861..82d934b497d 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -67,7 +67,7 @@ jobs: with: crate: cargo-udeps version: latest - use-tool-cache: true + use-tool-cache: false env: RUSTUP_TOOLCHAIN: stable - name: Detect unused dependencies