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

This commit is contained in:
Liam Chan 2024-09-04 12:25:28 -04:00
parent ba71d620bf
commit 985496412a

View File

@ -14,7 +14,7 @@ jobs:
- 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
apk add git make cmake libstdc++ gcc g++ libuv-dev openssl-dev hwloc-dev upx apk add git make cmake libstdc++ gcc g++ libuv-dev openssl-dev hwloc-dev upx nodejs
- name: Fetch sources - name: Fetch sources
run: | run: |