Skip to content

Commit

Permalink
CI: remove bundler cache from ruby setup
Browse files Browse the repository at this point in the history
  • Loading branch information
kspurgin committed May 15, 2024
1 parent fc09bfc commit 4578077
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,12 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
cache-version: 2

- name: Configure bundle
run: bundle config unset deployment

- name: Install dependencies
run: bundle install

- name: Lint
run: |
Expand Down

0 comments on commit 4578077

Please sign in to comment.