We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51e35ce commit 1e02ae2Copy full SHA for 1e02ae2
.github/workflows/ci-ruby.yml
@@ -41,6 +41,9 @@ jobs:
41
# https://github.com/kachick/irb-power_assert/blob/104834846baf5caa1e8536a11c43acdd56fc849c/CONTRIBUTING.md#adding-dependencies-for-this-gem
42
BUNDLE_WITHOUT: development
43
steps:
44
+ - name: Ensure clearing GitHub provided tool cache. See GH-425 for detail
45
+ run: |
46
+ rm -rf "$RUNNER_TOOL_CACHE"
47
- uses: actions/checkout@v6
48
- uses: ruby/setup-ruby@90be1154f987f4dc0fe0dd0feedac9e473aa4ba8 # v1.286.0
49
with:
0 commit comments