Do pacman -Syu twice in prepare.py

So new databases are downloaded in case runtime updates and gets new repostiories
This commit is contained in:
Ilya Fedin 2023-01-01 09:38:46 +04:00 committed by John Preston
parent 322a085b70
commit b9f7a501f5
1 changed files with 1 additions and 1 deletions

View File

@ -420,7 +420,7 @@ win:
del msys64.exe
bash -c "pacman-key --init; pacman-key --populate; pacman -Syu --noconfirm"
pacman -S --noconfirm mingw-w64-x86_64-perl mingw-w64-x86_64-nasm mingw-w64-x86_64-yasm mingw-w64-x86_64-ninja
pacman -Syu --noconfirm mingw-w64-x86_64-perl mingw-w64-x86_64-nasm mingw-w64-x86_64-yasm mingw-w64-x86_64-ninja
SET PATH=%PATH_BACKUP_%
""", 'ThirdParty')