diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index ff4dab374..97af91e33 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -65,6 +65,9 @@ jobs: if: ${{ ! contains(matrix.job, 'typecheck_test') }} run: | bundle config set without 'typecheck_test' + - name: Set bundle path to avoid permission issues + run: | + echo "BUNDLE_PATH=vendor/bundle" >> $GITHUB_ENV - name: bin/setup run: | bin/setup @@ -102,6 +105,9 @@ jobs: if: ${{ contains(matrix.ruby, 'head') }} run: | bundle config set force_ruby_platform true + - name: Set bundle path to avoid permission issues + run: | + echo "BUNDLE_PATH=vendor/bundle" >> $GITHUB_ENV - name: bin/setup run: | bin/setup