Skip to content

Commit

Permalink
maint/CICD ~ (GHA) disable tool cache use for 'action-rs/install'
Browse files Browse the repository at this point in the history
# [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>
  • Loading branch information
rivy committed Nov 17, 2021
1 parent 736a00d commit 0b7332b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b7332b

Please sign in to comment.