| author | |
| committer | |
| log | 5a68c600235fb7cc0e1bf6a8b314e37890e3823b |
| tree | 007ee2881c2ada3feb6c7a7670bfe5fd48fd47ca |
| parent | 757d0665ae951bdd5cb754adbe433488f0bea8c4 |
| signature | Commit is signed but in an unrecognized format. |
1 files changed, 2 insertions(+), 1 deletions(-)
ci/azure/windows_install+2-1| ... | ... | @@ -3,7 +3,8 @@ |
| 3 | 3 | set -x |
| 4 | 4 | set -e |
| 5 | 5 | |
| 6 | pacman -S --needed --noconfirm wget p7zip python3-pip openssl | |
| 6 | pacman -Su --needed --noconfirm | |
| 7 | pacman -S --needed --noconfirm wget p7zip python3-pip | |
| 7 | 8 | pip install s3cmd |
| 8 | 9 | wget -nv "https://ziglang.org/deps/llvm%2bclang-7.0.0-win64-msvc-release.tar.xz" |
| 9 | 10 | tar xf llvm+clang-7.0.0-win64-msvc-release.tar.xz |