Don't use a fallback cache. Why was that a good idea?

This commit is contained in:
Michael Droettboom 2018-07-10 09:30:11 -04:00
parent 250c3e4d8b
commit b5e4b5e322
1 changed files with 0 additions and 2 deletions

View File

@ -48,8 +48,6 @@ jobs:
- restore_cache: - restore_cache:
keys: keys:
- v1-emsdk-{{ checksum "emsdk/Makefile" }}-v3 - v1-emsdk-{{ checksum "emsdk/Makefile" }}-v3
# fallback to using the latest cache if no exact match is found
- v1-emsdk-
- run: - run:
name: build name: build