Commit d82396a0 authored by Michael Droettboom's avatar Michael Droettboom

Fix how ~/.ccache is specified

parent 5ea44b2d
......@@ -47,7 +47,7 @@ jobs:
- restore_cache:
keys:
- v1-emsdk-{{ checksum "emsdk/Makefile" }}-v5
- v1-emsdk-{{ checksum "emsdk/Makefile" }}-v6
- run:
name: build
......@@ -58,8 +58,8 @@ jobs:
- save_cache:
paths:
- ./emsdk/emsdk
- $HOME/.ccache
key: v1-emsdk-{{ checksum "emsdk/Makefile" }}-v5
- ~/.ccache
key: v1-emsdk-{{ checksum "emsdk/Makefile" }}-v6
- run:
name: test
......
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