Skip to content

Commit

Permalink
bundler-cache: false
Browse files Browse the repository at this point in the history
  • Loading branch information
makicamel committed Nov 19, 2023
1 parent 87546a4 commit 78eec88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
bundler-cache: false
- name: Install dependencies
run: bundle install
- name: Run the default task
Expand Down

0 comments on commit 78eec88

Please sign in to comment.