Update .github/workflows/build.yml
All checks were successful
Build XMRig / xmrig-linux-static-x64 (push) Successful in 5m48s
All checks were successful
Build XMRig / xmrig-linux-static-x64 (push) Successful in 5m48s
This commit is contained in:
parent
7fe8b3b3aa
commit
896c599bd2
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -12,6 +12,11 @@ jobs:
|
|||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Patch Alpine container into actions runner environment
|
||||||
|
run: |
|
||||||
|
apk add nodejs
|
||||||
|
shell: sh # No bash in Alpine by default
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
apk add git make cmake libstdc++ gcc g++ automake libtool autoconf linux-headers upx
|
apk add git make cmake libstdc++ gcc g++ automake libtool autoconf linux-headers upx
|
||||||
|
Loading…
x
Reference in New Issue
Block a user