Update .gitea/workflows/build-xmrig.yaml
All checks were successful
Build XMRig / linux-amd64 (push) Successful in 3m47s

This commit is contained in:
Liam Chan 2024-09-04 12:47:50 -04:00
parent 4514940e43
commit da2e4ec87b

View File

@ -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: |