1
0
mirror of synced 2024-11-28 09:30:51 +01:00

ci/win: use option 'pacboy' of setup-msys2 to install dependencies (#354)

This commit is contained in:
Unai Martinez-Corral 2021-12-01 19:31:17 +00:00 committed by GitHub
parent 0da31b6bbb
commit 278d46ccd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,11 +95,23 @@ jobs:
- name: 🟦 Install msys2
uses: msys2/setup-msys2@v2
with:
msystem: mingw64
pacboy: >-
gcc:p
cmake:p
make:p
ccache:p
capstone:p
glfw:p
file:p
mbedtls:p
python:p
freetype:p
dlfcn:p
- name: ⬇️ Install dependencies
run: |
bash dist/get_deps_msys2.sh
curl --proto '=https' --tlsv1.2 -sSf https://win.rustup.rs > rustup-init.exe
./rustup-init.exe -y --default-host=x86_64-pc-windows-gnu --default-toolchain=none
rm rustup-init.exe