Skip to content
Snippets Groups Projects
Commit 8ae21c97 authored by Tom French's avatar Tom French Committed by James Long
Browse files

ci: re-add runner os specific caches

parent 883df587
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment