Fix how ~/.ccache is specified

This commit is contained in:
Michael Droettboom 2018-07-24 11:27:58 -04:00
parent 5ea44b2d18
commit d82396a09d
1 changed files with 3 additions and 3 deletions

View File

@ -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