Skip to content

Commit

Permalink
See if disabling bundler cache fixes odd errors in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
eoinkelly committed Nov 22, 2024
1 parent 160f29c commit 816ab44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:
- name: Install Ruby and Bundler
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
bundler-cache: false
ruby-version: 'ruby'

- name: Setup git for committing
Expand Down

0 comments on commit 816ab44

Please sign in to comment.