ci: re-add runner os specific caches

This commit is contained in:
Tom French 2022-06-29 17:28:47 +01:00 committed by James Long
parent 883df58724
commit 8ae21c9782

View file

@ -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