Skip to content

Commit

Permalink
Bust gem cache on GH actions
Browse files Browse the repository at this point in the history
Since the switch from ubuntu-20 and back to 18 we now have
issues building the ffi gem
  • Loading branch information
tvdeyen committed Feb 5, 2021
1 parent 73cdb2a commit ce29733
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 @@ -78,7 +78,7 @@ jobs:
uses: actions/cache@v2.1.3
with:
path: vendor/bundle
key: ${{ runner.os }}-bundle-${{ matrix.ruby }}-${{ matrix.rails }}-${{ matrix.database }}-${{ hashFiles('**/Gemfile') }}
key: ${{ runner.os }}-bundle-${{ matrix.ruby }}-${{ matrix.rails }}-${{ matrix.database }}-${{ hashFiles('**/Gemfile') }}-v2
restore-keys: |
${{ runner.os }}-bundle-
- name: Install bundle
Expand Down

0 comments on commit ce29733

Please sign in to comment.