mirror of https://github.com/pyodide/pyodide.git
Fix cache saving (#850)
This commit is contained in:
parent
349567c02e
commit
dd616b5265
|
@ -100,7 +100,7 @@ jobs:
|
||||||
- save_cache:
|
- save_cache:
|
||||||
paths:
|
paths:
|
||||||
- ~/.ccache
|
- ~/.ccache
|
||||||
key: v1-emsdk-{{ checksum "emsdk/Makefile.envs" }}-v20201205-{{ .BuildNum }}
|
key: -{{ checksum "Makefile.envs" }}-v20201205-{{ .BuildNum }}
|
||||||
|
|
||||||
- persist_to_workspace:
|
- persist_to_workspace:
|
||||||
root: .
|
root: .
|
||||||
|
|
Loading…
Reference in New Issue