We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2493ce commit c4255beCopy full SHA for c4255be
.github/actions/test_gem/action.yml
@@ -79,7 +79,6 @@ runs:
79
if: "${{ inputs.gem == 'opentelemetry-instrumentation-active_storage' }}"
80
shell: bash
81
run: sudo apt update && sudo apt install -y imagemagick
82
-
83
# Install ruby and bundle dependencies and cache!
84
# ...but not for appraisals, sadly.
85
- name: Install Ruby ${{ inputs.ruby }} with dependencies
@@ -99,6 +98,7 @@ runs:
99
98
with:
100
ruby-version: "${{ inputs.ruby }}"
101
bundler: "latest"
+ bundler-cache: false
102
working-directory: "${{ steps.setup.outputs.gem_dir }}"
103
# Perms workaround. See https://github.com/actions/runner-images/issues/10215
104
- name: Fix GEM_HOME permissions on GitHub Actions Runner
0 commit comments