1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 03:57:44 +00:00

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]: <actions-rs/install#12>
This commit is contained in:
Roy Ivy III 2021-11-10 13:49:43 -06:00
parent f20aa49821
commit aba1c8f596

View file

@ -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