CI: fix caching

This commit is contained in:
liushuyu 2021-12-23 18:23:02 -07:00
parent 8d9b644bdc
commit dd009ddf84
6 changed files with 78 additions and 6 deletions

View file

@ -4,7 +4,7 @@ set -e
#cd /yuzu
ccache -s
ccache -sv
mkdir -p "$HOME/.conan/profiles"
wget -nc "https://github.com/yuzu-emu/build-environments/raw/master/linux-mingw/default" -O "$HOME/.conan/profiles/default"
@ -28,7 +28,7 @@ cmake .. \
-GNinja
ninja yuzu yuzu-cmd
ccache -s
ccache -sv
echo "Tests skipped"
#ctest -VV -C Release