Update .gitea/workflows/build-xmrig.yaml
Some checks failed
Build XMRig / linux-amd64 (push) Failing after 7s
Some checks failed
Build XMRig / linux-amd64 (push) Failing after 7s
This commit is contained in:
parent
6fde97138d
commit
9ca5769505
@ -28,5 +28,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
mkdir -p xmrig/build && cd $_
|
mkdir -p xmrig/build && cd $_
|
||||||
#cmake .. -DXMRIG_DEPS=scripts/deps -DBUILD_STATIC=ON
|
#cmake .. -DXMRIG_DEPS=scripts/deps -DBUILD_STATIC=ON
|
||||||
|
pwd
|
||||||
cmake ..
|
cmake ..
|
||||||
make -j$(nproc)
|
make -j$(nproc)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user