Skip to content

Commit

Permalink
Merge pull request #3255 from projectblacklight/rm-workflow-chmod
Browse files Browse the repository at this point in the history
Changing permission of gem directory is no longer needed
  • Loading branch information
jcoyne authored Nov 6, 2024
2 parents d8b89d4 + 05758b7 commit b3e0285
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ jobs:
bundler-cache: false
bundler: "latest"
ruby-version: ${{ matrix.ruby }}
- name: Change permissions
run: chmod -R o-w /opt/hostedtoolcache/Ruby/3.2.5/x64/lib/ruby/gems/3.2.0/gems
- name: Install dependencies
run: bundle install
- name: Run tests
Expand Down

0 comments on commit b3e0285

Please sign in to comment.