Update .gitea/workflows/build-xmrig.yaml
Some checks failed
Build XMRig / linux-amd64 (push) Failing after 2m24s
Some checks failed
Build XMRig / linux-amd64 (push) Failing after 2m24s
This commit is contained in:
parent
4121e67956
commit
b5dd60f80b
@ -11,14 +11,14 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
container: alpine:3.20
|
||||
steps:
|
||||
- name: Fetch sources
|
||||
run: |
|
||||
git clone https://github.com/xmrig/xmrig.git
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
apk add git make cmake libstdc++ gcc g++ automake libtool autoconf linux-headers
|
||||
|
||||
- name: Fetch sources
|
||||
run: |
|
||||
git clone https://github.com/xmrig/xmrig.git
|
||||
|
||||
- name: Build static libraries
|
||||
run: |
|
||||
cd xmrig/scripts && ./build_deps.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user