Update .github/workflows/build.yml
All checks were successful
Build XMRig / xmrig-linux-static-x64 (push) Successful in 5m48s

This commit is contained in:
Liam Chan 2024-12-19 23:08:56 -05:00
parent 7fe8b3b3aa
commit 896c599bd2

View File

@ -12,6 +12,11 @@ jobs:
image: alpine:latest
steps:
- name: Patch Alpine container into actions runner environment
run: |
apk add nodejs
shell: sh # No bash in Alpine by default
- name: Install dependencies
run: |
apk add git make cmake libstdc++ gcc g++ automake libtool autoconf linux-headers upx