Update .gitea/workflows/build-xmrig.yaml
Some checks failed
Build XMRig / linux-amd64 (push) Failing after 29s
Some checks failed
Build XMRig / linux-amd64 (push) Failing after 29s
This commit is contained in:
parent
b6808b8ea2
commit
4514940e43
@ -16,8 +16,10 @@ jobs:
|
|||||||
apk add git make cmake libstdc++ gcc g++ automake libtool autoconf linux-headers upx nodejs
|
apk add git make cmake libstdc++ gcc g++ automake libtool autoconf linux-headers upx nodejs
|
||||||
|
|
||||||
- name: Fetch sources
|
- name: Fetch sources
|
||||||
run: |
|
uses: actions/checkout@v4
|
||||||
git clone https://github.com/xmrig/xmrig.git
|
with:
|
||||||
|
repository: xmrig/xmrig
|
||||||
|
path: xmrig
|
||||||
|
|
||||||
- name: Build static libraries
|
- name: Build static libraries
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user