Commit bad48f6b authored by Roman Yurchak's avatar Roman Yurchak

Use emsdk version from the scipy PR

parent 902e7463
...@@ -18,7 +18,7 @@ jobs: ...@@ -18,7 +18,7 @@ jobs:
- restore_cache: - restore_cache:
keys: keys:
- v1-emsdk-{{ checksum "emsdk/Makefile" }}-v8- - v1-emsdk-{{ checksum "emsdk/Makefile" }}-v11-
- run: - run:
name: build name: build
...@@ -36,7 +36,7 @@ jobs: ...@@ -36,7 +36,7 @@ jobs:
paths: paths:
- ./emsdk/emsdk - ./emsdk/emsdk
- ~/.ccache - ~/.ccache
key: v1-emsdk-{{ checksum "emsdk/Makefile" }}-v8-{{ .BuildNum }} key: v1-emsdk-{{ checksum "emsdk/Makefile" }}-v11-{{ .BuildNum }}
- persist_to_workspace: - persist_to_workspace:
root: . root: .
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment