Skip to content

Commit

Permalink
set cache path to something writable
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Aug 5, 2024
1 parent 9c43053 commit 04ca0f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
run: |
echo "PATH=/usr/bin:$HOME/.bundle/bin:`/usr/bin/gem environment | awk '/USER INSTALLATION DIRECTORY/{print $NF}'`/bin:$PATH" >> $GITHUB_ENV
/usr/bin/bundle config set --global path "$HOME/.bundle"
/usr/bin/bundle config set --global cache_path "$HOME/.bundle/cache"
if: ${{ matrix.ruby == 'system' }}
- name: Set up Ruby ${{ matrix.ruby }} pt 2
run: |
Expand Down

0 comments on commit 04ca0f0

Please sign in to comment.