Update cmake-windows.yml

This commit is contained in:
RedxLus 2021-01-13 05:04:46 +01:00 committed by GitHub
parent 1829db9541
commit 13e8ca70d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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'