We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e8fac9 commit c986b40Copy full SHA for c986b40
.github/workflows/_build.yml
@@ -152,7 +152,7 @@ jobs:
152
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
153
154
- name: Install musl build deps
155
- run: apk add --no-cache build-base linux-headers zlib-dev zlib-static nodejs npm
+ run: apk add --no-cache build-base linux-headers zlib-dev zlib-static nodejs npm bash
156
157
- name: Build standard binary (static)
158
run: scripts/build.sh ${{ inputs.version && format('--version {0}', inputs.version) || '' }} CC=gcc CXX=g++ STATIC=1
0 commit comments