diff --git a/.github/actions/test_gem/action.yml b/.github/actions/test_gem/action.yml index 8ea5a4f8e..4d5034e54 100644 --- a/.github/actions/test_gem/action.yml +++ b/.github/actions/test_gem/action.yml @@ -98,13 +98,6 @@ runs: with: ruby-version: "${{ inputs.ruby }}" working-directory: "${{ steps.setup.outputs.gem_dir }}" - # Perms workaround. See https://github.com/actions/runner-images/issues/10215 - - name: Fix GEM_HOME permissions on GitHub Actions Runner - if: "${{ steps.setup.outputs.appraisals == 'true' }}" - shell: bash - run: | - # 🛠️😭 Fix GEM_HOME permissions 😭🛠️ - chmod -R o-w $(gem env home) - name: Install dependencies and generate appraisals if: "${{ steps.setup.outputs.appraisals == 'true' }}" shell: bash