Try to get ccache working again
This commit is contained in:
parent
0090c9a226
commit
8905a2ee49
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue