diff options
| author | liushuyu <liushuyu011@gmail.com> | 2022-07-04 21:21:36 -0600 |
|---|---|---|
| committer | liushuyu <liushuyu011@gmail.com> | 2022-07-05 00:50:46 -0600 |
| commit | 1524ff87d26e95f3fa722ca23eb30895e9b6f793 (patch) | |
| tree | 3befd2b607728e067c6b1ae315d9ca97ca394cf8 /.ci/scripts/windows/docker.sh | |
| parent | 312e5eda66e4e610300bfa178f1c1ce70293bc12 (diff) | |
CI: unbreak ADO after GHA changes
Diffstat (limited to '.ci/scripts/windows/docker.sh')
| -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 dcdf39e3e..d670fe47d 100755 --- a/.ci/scripts/windows/docker.sh +++ b/.ci/scripts/windows/docker.sh @@ -7,8 +7,8 @@ set -e 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" -wget -nc "https://github.com/yuzu-emu/build-environments/raw/master/linux-mingw/settings.yml" -O "$HOME/.conan/settings.yml" +wget -c "https://github.com/yuzu-emu/build-environments/raw/master/linux-mingw/default" -O "$HOME/.conan/profiles/default" +wget -c "https://github.com/yuzu-emu/build-environments/raw/master/linux-mingw/settings.yml" -O "$HOME/.conan/settings.yml" mkdir -p build && cd build export LDFLAGS="-fuse-ld=lld" |
