Skip to content

Commit e56f671

Browse files
committed
Build musl from src 8
1 parent 3b263a9 commit e56f671

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
./gradlew --version
3838
3939
- name: Pre-build shell for Linux
40+
shell: bash
4041
if: runner.os == 'Linux' || runner.os == 'Ubuntu' || runner.os == 'CentOS'
4142
run: |
4243
set +e
@@ -68,6 +69,8 @@ jobs:
6869
6970
# Extend the system path and confirm that musl is available by printing its version
7071
export PATH="$MUSL_HOME/bin:$PATH"
72+
73+
echo "$MUSL_HOME/bin" >> $GITHUB_PATH
7174
x86_64-linux-musl-gcc --version
7275
7376
# Build zlib with musl from source and install into the MUSL_HOME directory

0 commit comments

Comments
 (0)