diff options
| author | liushuyu <liushuyu011@gmail.com> | 2021-12-23 18:23:02 -0700 |
|---|---|---|
| committer | liushuyu <liushuyu011@gmail.com> | 2022-07-04 21:21:56 -0600 |
| commit | 40493231edad7085544b79b6c3ac7360d112170c (patch) | |
| tree | 5124d6fde6ca6b913c13aca60620c134e3bcf3f1 /.ci/scripts | |
| parent | 43a1948d5807469b5ddcea0e3f69b5659171d742 (diff) | |
CI: fix caching
Diffstat (limited to '.ci/scripts')
| -rwxr-xr-x | .ci/scripts/windows/docker.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.ci/scripts/windows/docker.sh b/.ci/scripts/windows/docker.sh index 46cdb68f5..d0c70bf09 100755 --- a/.ci/scripts/windows/docker.sh +++ b/.ci/scripts/windows/docker.sh @@ -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 |
