From e651ba9297650c3e6db8527831c9225792f8d3ae 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 50ddd92de28..a42219cdf45 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -65,7 +65,7 @@ jobs: with: crate: cargo-udeps version: latest - use-tool-cache: true + use-tool-cache: false env: RUSTUP_TOOLCHAIN: stable - name: Detect unused dependencies