Skip to content

Commit 1e02ae2

Browse files
authored
Ensure clearing caches by removing $RUNNER_TOOL_CACHE (#427)
Fixes #425
1 parent 51e35ce commit 1e02ae2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-ruby.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
# https://github.com/kachick/irb-power_assert/blob/104834846baf5caa1e8536a11c43acdd56fc849c/CONTRIBUTING.md#adding-dependencies-for-this-gem
4242
BUNDLE_WITHOUT: development
4343
steps:
44+
- name: Ensure clearing GitHub provided tool cache. See GH-425 for detail
45+
run: |
46+
rm -rf "$RUNNER_TOOL_CACHE"
4447
- uses: actions/checkout@v6
4548
- uses: ruby/setup-ruby@90be1154f987f4dc0fe0dd0feedac9e473aa4ba8 # v1.286.0
4649
with:

0 commit comments

Comments
 (0)