Commit b5e4b5e3 authored by Michael Droettboom's avatar Michael Droettboom

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

parent 250c3e4d
...@@ -48,8 +48,6 @@ jobs: ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment