Update cmake-windows.yml

This commit is contained in:
RedxLus 2021-01-13 05:04:46 +01:00
parent 4a4914bb33
commit a68ac14b77

View file

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