Try to get ccache working again

This commit is contained in:
Clownacy 2020-01-23 17:27:44 +00:00
parent 0090c9a226
commit 8905a2ee49

View file

@ -8,6 +8,9 @@ dist: bionic
# Enable C++ language support
language: cpp
# Cache compiled object files with ccache
cache: ccache
compiler:
- gcc
@ -109,9 +112,7 @@ before_cache:
;;
esac
# Cache compiled object files with ccache
cache:
# ccache
directories:
- $HOME/AppData/Local/Temp/chocolatey
- /C/tools/msys64