Updated build
This commit is contained in:
parent
8966a119aa
commit
2d4ab4cde2
1 changed files with 1 additions and 2 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
@ -18,7 +18,6 @@ jobs:
|
|||
install: >
|
||||
base-devel
|
||||
mingw-w64-ucrt-x86_64-toolchain
|
||||
mingw-w64-ucrt-x86_64-hwloc
|
||||
cmake
|
||||
git
|
||||
- name: Checkout code
|
||||
|
@ -27,7 +26,7 @@ jobs:
|
|||
run: git clone https://github.com/xmrig/xmrig-deps.git
|
||||
- name: Build project on Windows
|
||||
run: |
|
||||
cmake . -G "Unix Makefiles" -DXMRIG_DEPS=xmrig-deps\gcc\x64
|
||||
cmake . -G "Unix Makefiles" -DXMRIG_DEPS=./xmrig-deps/gcc/x64
|
||||
make -j2
|
||||
|
||||
build_lin:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue