mirror of https://github.com/pyodide/pyodide.git
Don't use a fallback cache. Why was that a good idea?
This commit is contained in:
parent
250c3e4d8b
commit
b5e4b5e322
|
@ -48,8 +48,6 @@ jobs:
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
- v1-emsdk-{{ checksum "emsdk/Makefile" }}-v3
|
- v1-emsdk-{{ checksum "emsdk/Makefile" }}-v3
|
||||||
# fallback to using the latest cache if no exact match is found
|
|
||||||
- v1-emsdk-
|
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: build
|
name: build
|
||||||
|
|
Loading…
Reference in New Issue