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:
crate: grcov
version: latest
use-tool-cache: true
use-tool-cache: false
- name: Generate coverage data (via `grcov`)
id: coverage
shell: bash