diff --git a/.gitea/workflows/build-xmrig.yaml b/.gitea/workflows/build-xmrig.yaml index 7b32951..72f8124 100644 --- a/.gitea/workflows/build-xmrig.yaml +++ b/.gitea/workflows/build-xmrig.yaml @@ -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: |