From 8bd287f60f906f5568a0a4d67cfb3c90273c0750 Mon Sep 17 00:00:00 2001 From: RedxLus Date: Wed, 13 Jan 2021 05:16:00 +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 b4de1e9c..9b0c41e6 100644 --- a/.github/workflows/cmake-windows.yml +++ b/.github/workflows/cmake-windows.yml @@ -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