Updated build

This commit is contained in:
MoneroOcean 2025-06-16 20:22:41 -07:00
parent 9716f6ed24
commit b373f48805
3 changed files with 3 additions and 2 deletions

View file

@ -26,7 +26,7 @@ jobs:
run: git clone https://github.com/xmrig/xmrig-deps.git
- name: Build project on Windows
run: |
cmake . -G "MinGW Makefiles" -DXMRIG_DEPS=./xmrig-deps/gcc/x64
cmake . -G "Unix Makefiles" -DXMRIG_DEPS=./xmrig-deps/gcc/x64
make -j2
build_lin: