Update .gitea/workflows/build-xmrig.yaml
Some checks failed
Build XMRig / linux-amd64 (push) Failing after 7s

This commit is contained in:
Liam Chan 2024-09-04 12:02:50 -04:00
parent 6fde97138d
commit 9ca5769505

View File

@ -28,5 +28,6 @@ jobs:
run: |
mkdir -p xmrig/build && cd $_
#cmake .. -DXMRIG_DEPS=scripts/deps -DBUILD_STATIC=ON
pwd
cmake ..
make -j$(nproc)