Update cmake-windows.yml

This commit is contained in:
RedxLus 2021-01-13 05:16:00 +01:00 committed by GitHub
parent 5e8e475668
commit 322036a3e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ jobs:
- shell: powershell
run: msys2 -c 'pacman -Syu'
- shell: powershell
run: msys2 -c 'Y | pacman -S mingw-w64-x86_64-gcc git make'
run: msys2 -c 'pacman -S mingw-w64-x86_64-gcc git make --noconfirm'
- shell: powershell
run: msys2 -c 'mkdir xmrig/build && cd xmrig/build'
- shell: powershell