Skip to content

Commit c986b40

Browse files
committed
Add bash to Alpine portable build (scripts use #!/usr/bin/env bash)
1 parent 8e8fac9 commit c986b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
153153

154154
- name: Install musl build deps
155-
run: apk add --no-cache build-base linux-headers zlib-dev zlib-static nodejs npm
155+
run: apk add --no-cache build-base linux-headers zlib-dev zlib-static nodejs npm bash
156156

157157
- name: Build standard binary (static)
158158
run: scripts/build.sh ${{ inputs.version && format('--version {0}', inputs.version) || '' }} CC=gcc CXX=g++ STATIC=1

0 commit comments

Comments
 (0)