From 0b7332bfd22eac0e3b39bc3f28a05e7904995ece Mon Sep 17 00:00:00 2001 From: Roy Ivy III Date: Wed, 10 Nov 2021 13:49:43 -0600 Subject: [PATCH] maint/CICD ~ (GHA) 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 f2563edde85..b2304061b8c 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