Update .gitea/workflows/build-xmrig.yaml
Some checks failed
Build XMRig / linux-amd64 (push) Failing after 2m24s

This commit is contained in:
Liam Chan 2024-09-04 11:56:30 -04:00
parent 4121e67956
commit b5dd60f80b

View File

@ -11,14 +11,14 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: alpine:3.20 container: alpine:3.20
steps: steps:
- name: Fetch sources
run: |
git clone https://github.com/xmrig/xmrig.git
- name: Install dependencies - name: Install dependencies
run: | run: |
apk add git make cmake libstdc++ gcc g++ automake libtool autoconf linux-headers 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 - name: Build static libraries
run: | run: |
cd xmrig/scripts && ./build_deps.sh cd xmrig/scripts && ./build_deps.sh