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:
|
||||
paths:
|
||||
- ~/.ccache
|
||||
key: v1-emsdk-{{ checksum "emsdk/Makefile.envs" }}-v20201205-{{ .BuildNum }}
|
||||
key: -{{ checksum "Makefile.envs" }}-v20201205-{{ .BuildNum }}
|
||||
|
||||
- persist_to_workspace:
|
||||
root: .
|
||||
|
|
Loading…
Reference in New Issue