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

maint/CICD ~ temporarily 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]: <https://github.com/actions-rs/install/issues/12>
This commit is contained in:
Roy Ivy III 2021-05-31 15:33:49 -05:00
parent a3b520abde
commit 4d5880f098

View file

@ -606,7 +606,7 @@ jobs:
with: with:
crate: grcov crate: grcov
version: latest version: latest
use-tool-cache: true use-tool-cache: false
- name: Generate coverage data (via `grcov`) - name: Generate coverage data (via `grcov`)
id: coverage id: coverage
shell: bash shell: bash