CircleCI: always rebuilt boost cache after emscripten udpate

This commit is contained in:
Alex Beregszaszi 2019-01-18 17:03:50 +00:00
parent a582f0bec1
commit 272566ac93

View File

@ -41,7 +41,7 @@ jobs:
- checkout - checkout
- restore_cache: - restore_cache:
name: Restore Boost build name: Restore Boost build
key: &boost-cache-key emscripten-boost-{{ checksum "scripts/travis-emscripten/install_deps.sh" }}{{ checksum "scripts/travis-emscripten/build_emscripten.sh" }} key: &boost-cache-key emscripten-boost-{{ checksum "scripts/travis-emscripten/install_deps.sh" }}{{ checksum "scripts/build_emscripten.sh" }}{{ checksum "scripts/travis-emscripten/build_emscripten.sh" }}
- run: - run:
name: Bootstrap Boost name: Bootstrap Boost
command: | command: |