We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b263a9 commit e56f671Copy full SHA for e56f671
.github/workflows/build.yml
@@ -37,6 +37,7 @@ jobs:
37
./gradlew --version
38
39
- name: Pre-build shell for Linux
40
+ shell: bash
41
if: runner.os == 'Linux' || runner.os == 'Ubuntu' || runner.os == 'CentOS'
42
run: |
43
set +e
@@ -68,6 +69,8 @@ jobs:
68
69
70
# Extend the system path and confirm that musl is available by printing its version
71
export PATH="$MUSL_HOME/bin:$PATH"
72
+
73
+ echo "$MUSL_HOME/bin" >> $GITHUB_PATH
74
x86_64-linux-musl-gcc --version
75
76
# Build zlib with musl from source and install into the MUSL_HOME directory
0 commit comments