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
|
||||
|
||||
- name: Fetch sources
|
||||
run: |
|
||||
git clone https://github.com/xmrig/xmrig.git
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: xmrig/xmrig
|
||||
path: xmrig
|
||||
|
||||
- name: Build static libraries
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user