Skip to content

Commit 5be2826

Browse files
committed
Not a matrix job
1 parent e369949 commit 5be2826

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
uses: actions/cache@v2
2121
with:
2222
path: .vendor/bundle
23-
key: ruby-${{ matrix.os }}-${{ matrix.ruby }}-${{ hashFiles('**/Gemfile.lock') }}
23+
key: ruby-deps-${{ hashFiles('**/Gemfile.lock') }}
2424
restore-keys: |
25-
ruby-${{ matrix.os }}-${{ matrix.ruby }}-
25+
ruby-deps-
2626
- name: Ruby deps
2727
run: gem install json kramdown jekyll bundler
2828
- name: Setup Python

0 commit comments

Comments
 (0)