mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 12:37:49 +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:
parent
f20aa49821
commit
aba1c8f596
1 changed files with 1 additions and 1 deletions
2
.github/workflows/CICD.yml
vendored
2
.github/workflows/CICD.yml
vendored
|
@ -67,7 +67,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
crate: cargo-udeps
|
crate: cargo-udeps
|
||||||
version: latest
|
version: latest
|
||||||
use-tool-cache: true
|
use-tool-cache: false
|
||||||
env:
|
env:
|
||||||
RUSTUP_TOOLCHAIN: stable
|
RUSTUP_TOOLCHAIN: stable
|
||||||
- name: Detect unused dependencies
|
- name: Detect unused dependencies
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue