From 6f9755c76155187154045bfa099203fb3d4a61dd 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 failing tool cache for actionrs/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 92f2b32d5fe..7d8608b9359 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