Update cmake-windows.yml
This commit is contained in:
parent
1ddf974a3b
commit
54c8715972
1 changed files with 3 additions and 1 deletions
4
.github/workflows/cmake-windows.yml
vendored
4
.github/workflows/cmake-windows.yml
vendored
|
@ -40,4 +40,6 @@ jobs:
|
|||
- shell: powershell
|
||||
run: msys2 -c 'mkdir xmrig/build && cd xmrig/build'
|
||||
- shell: powershell
|
||||
run: msys2 -c '"c:\Program Files\CMake\bin\cmake.exe" .. -G "Unix Makefiles" -DXMRIG_DEPS=../../xmrig-deps/gcc/x64'
|
||||
run: msys2 -c '$program .. -G "Unix Makefiles" -DXMRIG_DEPS=../../xmrig-deps/gcc/x64'
|
||||
env:
|
||||
program: '"c:\Program Files\CMake\bin\cmake.exe"'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue