Skip to content

Commit

Permalink
change gem home
Browse files Browse the repository at this point in the history
  • Loading branch information
EloiZ committed Jan 10, 2025
1 parent 4c0785b commit 94585f2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ jobs:
# uses: ruby/setup-ruby@v1
# with:
# ruby-version: '3.2'

- name: Set GEM_HOME
run: echo "export GEM_HOME=$HOME/.gem" >> $GITHUB_ENV

- name: Update PATH for gems
run: echo "export PATH=$HOME/.gem/bin:$PATH" >> $GITHUB_ENV

- name: Install Bundler
run: gem install bundler:2.5.11
- name: Install deps
Expand Down

0 comments on commit 94585f2

Please sign in to comment.