From b5e4b5e32296761557f9d24250af96dda1720839 Mon Sep 17 00:00:00 2001 From: Michael Droettboom Date: Tue, 10 Jul 2018 09:30:11 -0400 Subject: [PATCH] Don't use a fallback cache. Why was that a good idea? --- .circleci/config.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index be88ea869..5652dfaba 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -48,8 +48,6 @@ jobs: - restore_cache: keys: - v1-emsdk-{{ checksum "emsdk/Makefile" }}-v3 - # fallback to using the latest cache if no exact match is found - - v1-emsdk- - run: name: build