mirror of https://github.com/pyodide/pyodide.git
Use emsdk version from the scipy PR
This commit is contained in:
parent
902e7463ae
commit
bad48f6b34
|
@ -18,7 +18,7 @@ jobs:
|
|||
|
||||
- restore_cache:
|
||||
keys:
|
||||
- v1-emsdk-{{ checksum "emsdk/Makefile" }}-v8-
|
||||
- v1-emsdk-{{ checksum "emsdk/Makefile" }}-v11-
|
||||
|
||||
- run:
|
||||
name: build
|
||||
|
@ -36,7 +36,7 @@ jobs:
|
|||
paths:
|
||||
- ./emsdk/emsdk
|
||||
- ~/.ccache
|
||||
key: v1-emsdk-{{ checksum "emsdk/Makefile" }}-v8-{{ .BuildNum }}
|
||||
key: v1-emsdk-{{ checksum "emsdk/Makefile" }}-v11-{{ .BuildNum }}
|
||||
|
||||
- persist_to_workspace:
|
||||
root: .
|
||||
|
|
Loading…
Reference in New Issue