Update .gitea/workflows/build-xmrig.yaml
All checks were successful
Build XMRig / linux-amd64 (push) Successful in 1m34s
All checks were successful
Build XMRig / linux-amd64 (push) Successful in 1m34s
This commit is contained in:
parent
9ca5769505
commit
456d33321f
@ -26,8 +26,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build binary
|
- name: Build binary
|
||||||
run: |
|
run: |
|
||||||
mkdir -p xmrig/build && cd $_
|
mkdir -p xmrig/build && cd xmrig/build
|
||||||
#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