Updated build

This commit is contained in:
MoneroOcean 2025-06-16 19:28:07 -07:00
parent 8966a119aa
commit 2d4ab4cde2

View file

@ -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: