Skip to content

Commit

Permalink
Don't use the cache feature
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <[email protected]>
  • Loading branch information
dereknola committed Nov 8, 2022
1 parent ae751d3 commit 0334a17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.0.2"
bundler-cache: true
- name: Setup bundle
run: bundle update && bundle install
- name: Run the default task
run: bundle exec rake

0 comments on commit 0334a17

Please sign in to comment.