diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8c47394..29bac81 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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