diff --git a/.gitea/workflows/build-xmrig.yaml b/.gitea/workflows/build-xmrig.yaml index 05c5679..9311034 100644 --- a/.gitea/workflows/build-xmrig.yaml +++ b/.gitea/workflows/build-xmrig.yaml @@ -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