diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 112bf276..47cacaf7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: