mirror of https://github.com/pyodide/pyodide.git
Update build cache version
This commit is contained in:
parent
939ba63545
commit
5c3bf202a2
|
@ -18,7 +18,7 @@ jobs:
|
|||
|
||||
- restore_cache:
|
||||
keys:
|
||||
- v1-emsdk-{{ checksum "emsdk/Makefile" }}-v12-
|
||||
- v1-emsdk-{{ checksum "emsdk/Makefile" }}-v13-
|
||||
|
||||
- run:
|
||||
name: build
|
||||
|
@ -36,7 +36,7 @@ jobs:
|
|||
paths:
|
||||
- ./emsdk/emsdk
|
||||
- ~/.ccache
|
||||
key: v1-emsdk-{{ checksum "emsdk/Makefile" }}-v12-{{ .BuildNum }}
|
||||
key: v1-emsdk-{{ checksum "emsdk/Makefile" }}-v13-{{ .BuildNum }}
|
||||
|
||||
- persist_to_workspace:
|
||||
root: .
|
||||
|
|
Loading…
Reference in New Issue