We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 615f4a8 commit 90e6144Copy full SHA for 90e6144
.github/workflows/verify.yml
@@ -24,7 +24,7 @@ jobs:
24
with:
25
path: |
26
vendor
27
- key: ${{ runner.os }}-${{ hashFiles('Gemfile.lock') }}
+ key: ${{ runner.os }}-ruby2.7-${{ hashFiles('Gemfile.lock') }}
28
- name: Install Ruby dependencies
29
run: |
30
bundle config set --local path vendor
0 commit comments