Skip to content

Commit

Permalink
bundle installation failing, debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
tiinapennala committed Jan 22, 2025
1 parent e0a49ff commit ae92aca
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,19 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler: '2.4'
bundler-cache: true
cache-version: 1 # ignore contents of the cache and get and build all the gems anew.
bundler-cache: false

- name: Print Ruby version
run: ruby -v

- name: Install bundler
run: gem install bundler -v '~> 2.2'

- name: Print Bundler version
run: bundle -v

- name: Bundle install
run: bundle install

- name: Run tests
env:
Expand Down

0 comments on commit ae92aca

Please sign in to comment.