ci: update msys packages before installing

master
Andrew Kelley 2018-12-16 12:32:20 -05:00
parent 757d0665ae
commit 5a68c60023
No known key found for this signature in database
GPG Key ID: 7C5F548F728501A9
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@
set -x
set -e
pacman -S --needed --noconfirm wget p7zip python3-pip openssl
pacman -Su --needed --noconfirm
pacman -S --needed --noconfirm wget p7zip python3-pip
pip install s3cmd
wget -nv "https://ziglang.org/deps/llvm%2bclang-7.0.0-win64-msvc-release.tar.xz"
tar xf llvm+clang-7.0.0-win64-msvc-release.tar.xz