diff --git a/.gitea/workflows/build-xmrig.yaml b/.gitea/workflows/build-xmrig.yaml index 72f8124..7b32951 100644 --- a/.gitea/workflows/build-xmrig.yaml +++ b/.gitea/workflows/build-xmrig.yaml @@ -16,10 +16,8 @@ jobs: apk add git make cmake libstdc++ gcc g++ automake libtool autoconf linux-headers upx nodejs - name: Fetch sources - uses: actions/checkout@v4 - with: - repository: xmrig/xmrig - path: xmrig + run: | + git clone https://github.com/xmrig/xmrig.git - name: Build static libraries run: |