Update cmake-windows.yml

This commit is contained in:
RedxLus 2021-01-13 05:16:00 +01:00
parent 26efc7be65
commit 8bd287f60f

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