Skip to content

Commit

Permalink
maint/CICD ~ temporarily disable failing tool cache for actionrs/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 May 31, 2021
1 parent badf7aa commit 59f9b67
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 @@ -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
Expand Down

0 comments on commit 59f9b67

Please sign in to comment.