ci: re-add runner os specific caches
This commit is contained in:
parent
883df58724
commit
8ae21c9782
1 changed files with 1 additions and 1 deletions
2
.github/actions/setup/action.yml
vendored
2
.github/actions/setup/action.yml
vendored
|
@ -12,7 +12,7 @@ runs:
|
|||
id: cache
|
||||
with:
|
||||
path: '**/node_modules'
|
||||
key: yarn-v1-${{ hashFiles('**/yarn.lock') }}
|
||||
key: yarn-v1-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
|
||||
- name: Install
|
||||
run: yarn --immutable
|
||||
shell: bash
|
||||
|
|
Loading…
Reference in a new issue