Use emsdk version from the scipy PR

This commit is contained in:
Roman Yurchak 2018-10-23 12:19:28 +02:00
parent 902e7463ae
commit bad48f6b34
1 changed files with 2 additions and 2 deletions

View File

@ -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: .