From 26efc7be659140018f90f02f435824308496afab Mon Sep 17 00:00:00 2001 From: RedxLus Date: Wed, 13 Jan 2021 05:12:04 +0100 Subject: [PATCH] Update cmake-windows.yml --- .github/workflows/cmake-windows.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cmake-windows.yml b/.github/workflows/cmake-windows.yml index ca2afc9b..b4de1e9c 100644 --- a/.github/workflows/cmake-windows.yml +++ b/.github/workflows/cmake-windows.yml @@ -27,7 +27,10 @@ jobs: - uses: msys2/setup-msys2@v2 - shell: powershell - run: | - msys2 -c 'pacman -Syu' - msys2 -c 'pacman -S mingw-w64-x86_64-gcc git make --noconfirm' - msys2 -c 'mkdir xmrig/build && cd xmrig/build' + run: msys2 -c 'pacman -Syu' + - shell: powershell + run: msys2 -c 'Y | pacman -S mingw-w64-x86_64-gcc git make' + - shell: powershell + run: msys2 -c 'mkdir xmrig/build && cd xmrig/build' + - shell: powershell + run: msys2 -c 'cmake .. -G "Unix Makefiles" -DXMRIG_DEPS=c:/xmrig-deps/gcc/x64'