From d7a567af73ea57762fc58d3792a293d2949d4376 Mon Sep 17 00:00:00 2001 From: MoneroOcean Date: Mon, 20 Jan 2020 17:55:37 +0700 Subject: [PATCH] Fixed bug --- .github/workflows/main.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3f504510..527e5daa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,10 +15,11 @@ jobs: - name: Checkout deps run: git clone https://github.com/xmrig/xmrig-deps.git - name: Build project on Windows - run: | cmake . -G "Visual Studio 16 2019" -DXMRIG_DEPS=xmrig-deps\msvc2019\x64 - C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\msbuild.exe /p:Configuration=Release xmrig.sln + cd "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin" + MSbuild.exe /p:Configuration=Release $Env:GITHUB_WORKSPACE\xmrig.sln + cd $Env:GITHUB_WORKSPACE copy Release\xmrig.exe . copy src\config.json . copy bin\WinRing0\WinRing0x64.sys .