mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07: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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user