diff --git a/.github/workflows/cmake-windows.yml b/.github/workflows/cmake-windows.yml index 860ce383..ca2afc9b 100644 --- a/.github/workflows/cmake-windows.yml +++ b/.github/workflows/cmake-windows.yml @@ -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'