Skip to content

Commit

Permalink
Delete usage of bundler cache for GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashellmann committed Apr 3, 2024
1 parent 68ed389 commit d9b36de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
uses: ruby/setup-ruby@v1.154.0
with:
ruby-version: 3.2
bundler-cache: true
- name: Install dependencies
run: |
gem install rails
Expand Down

0 comments on commit d9b36de

Please sign in to comment.