Fixed bug
This commit is contained in:
parent
d7a567af73
commit
31183a55fa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
cmake . -G "Visual Studio 16 2019" -DXMRIG_DEPS=xmrig-deps\msvc2019\x64
|
cmake . -G "Visual Studio 16 2019" -DXMRIG_DEPS=xmrig-deps\msvc2019\x64
|
||||||
cd "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin"
|
cd "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin"
|
||||||
MSbuild.exe /p:Configuration=Release $Env:GITHUB_WORKSPACE\xmrig.sln
|
.\MSBuild.exe /p:Configuration=Release $Env:GITHUB_WORKSPACE\xmrig.sln
|
||||||
cd $Env:GITHUB_WORKSPACE
|
cd $Env:GITHUB_WORKSPACE
|
||||||
copy Release\xmrig.exe .
|
copy Release\xmrig.exe .
|
||||||
copy src\config.json .
|
copy src\config.json .
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue