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
|
id: cache
|
||||||
with:
|
with:
|
||||||
path: '**/node_modules'
|
path: '**/node_modules'
|
||||||
key: yarn-v1-${{ hashFiles('**/yarn.lock') }}
|
key: yarn-v1-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
|
||||||
- name: Install
|
- name: Install
|
||||||
run: yarn --immutable
|
run: yarn --immutable
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in a new issue