From 2852a50e3764e68c7fc981415b78296ffdc473b3 Mon Sep 17 00:00:00 2001 From: James Thompson Date: Sun, 29 Mar 2026 00:36:47 +1100 Subject: [PATCH] Remove workaround --- .github/actions/test_gem/action.yml | 7 ------- 1 file changed, 7 deletions(-) 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