Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AriBunnell authored Oct 13, 2024
1 parent c2d462c commit e7b90e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ jobs:
~/.rbenv/bin/rbenv install 3.1.4
~/.rbenv/bin/rbenv global 3.1.4
~/.rbenv/bin/rbenv rehash
# Removed the touch command for /opt/hostedtoolcache
# Install Bundler and cache gems
# Install Bundler and cache gems in the user's local directory
- name: Install Bundler
run: |
gem install bundler
gem install bundler --user-install
bundle config set path 'vendor/bundle'
bundle install
- name: Setup Pages
Expand Down

0 comments on commit e7b90e9

Please sign in to comment.