Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
quinna-h committed Sep 13, 2024
1 parent 725d3b6 commit d006ec9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/auto-update-gemfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ jobs:
- name: Output Ruby version
run: ruby -v

- name: Give permissions for bundle cache
run: |
sudo chown -R 1001:1001 /usr/local/bundle/cache
sudo chmod -R u+w /usr/local/bundle/cache
- name: Build gem
run: |
bundle install
Expand Down

0 comments on commit d006ec9

Please sign in to comment.