From 556b763e810a26e35e0d43f194d2a903520cabc5 Mon Sep 17 00:00:00 2001 From: RedxLus Date: Sun, 17 Jan 2021 23:54:34 +0100 Subject: [PATCH] Update cmake-windows.yml --- .github/workflows/cmake-windows.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cmake-windows.yml b/.github/workflows/cmake-windows.yml index 94c44cae..4ad19c45 100644 --- a/.github/workflows/cmake-windows.yml +++ b/.github/workflows/cmake-windows.yml @@ -34,12 +34,11 @@ jobs: - uses: msys2/setup-msys2@v2 - shell: powershell - run: msys2 -c 'pacman -Syu' + run: msys2 -c 'pacman -Syu --noconfirm' - shell: powershell 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 - run: msys2 -c '$program .. -G "Unix Makefiles" -DXMRIG_DEPS=../../xmrig-deps/gcc/x64' - env: - program: '"c:\Program Files\CMake\bin\cmake.exe"' + run: msys2 -c '"c:\Program Files\CMake\bin\cmake.exe" .. -G "Unix Makefiles" -DXMRIG_DEPS=../../xmrig-deps/gcc/x64' +