Install msys64 with prepare.py

This commit is contained in:
Ilya Fedin
2022-08-28 00:26:13 +03:00
committed by John Preston
parent 31fa6d24f4
commit fc19ce5a9b
4 changed files with 8 additions and 7 deletions
-5
View File
@@ -84,11 +84,6 @@ jobs:
choco install --no-progress -y nasm strawberryperl yasm jom ninja
py -m pip install pywin32
- name: Install msys64.
run: |
mkdir %TBUILD%\ThirdParty
xcopy /E /I C:\msys64 %TBUILD%\ThirdParty\msys64
- name: Set up environment paths.
shell: bash
run: |