Fixed bug
This commit is contained in:
parent
e9a696726f
commit
dd38dbe795
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -15,10 +15,10 @@ jobs:
|
||||||
- name: Checkout deps
|
- name: Checkout deps
|
||||||
run: git clone https://github.com/xmrig/xmrig-deps.git
|
run: git clone https://github.com/xmrig/xmrig-deps.git
|
||||||
- name: Build project on Windows
|
- name: Build project on Windows
|
||||||
|
|
||||||
run: |
|
run: |
|
||||||
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
|
|
||||||
cmake . -G "Visual Studio 16 2019" -DXMRIG_DEPS=xmrig-deps\msvc2019\x64
|
cmake . -G "Visual Studio 16 2019" -DXMRIG_DEPS=xmrig-deps\msvc2019\x64
|
||||||
msbuild /p:Configuration=Release xmrig.sln
|
"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\msbuild" /p:Configuration=Release xmrig.sln
|
||||||
copy Release\xmrig.exe .
|
copy Release\xmrig.exe .
|
||||||
copy src\config.json .
|
copy src\config.json .
|
||||||
copy bin\WinRing0\WinRing0x64.sys .
|
copy bin\WinRing0\WinRing0x64.sys .
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue