CI: unbreak ADO after GHA changes

This commit is contained in:
liushuyu 2022-07-04 21:21:36 -06:00
parent 312e5eda66
commit 1524ff87d2
No known key found for this signature in database
GPG key ID: 23D1CE4534419437
5 changed files with 6 additions and 6 deletions

View file

@ -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"