Update build cache version

This commit is contained in:
Michael Droettboom 2019-01-17 08:27:12 -05:00
parent 939ba63545
commit 5c3bf202a2
1 changed files with 2 additions and 2 deletions

View File

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