mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-09 08:42:40 -05:00
Fixed bug
This commit is contained in:
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@@ -16,6 +16,7 @@ jobs:
|
|||||||
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
|
msbuild /p:Configuration=Release xmrig.sln
|
||||||
copy Release\xmrig.exe .
|
copy Release\xmrig.exe .
|
||||||
|
|||||||
Reference in New Issue
Block a user