From a68ac14b776d034261ec7dfd9d6249f4e902bb65 Mon Sep 17 00:00:00 2001 From: RedxLus Date: Wed, 13 Jan 2021 05:04:46 +0100 Subject: [PATCH] Update cmake-windows.yml --- .github/workflows/cmake-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'