Skip to content

Commit c0ec54a

Browse files
committed
Build musl from src 4
1 parent 4d559c9 commit c0ec54a

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
@@ -31,13 +31,15 @@ jobs:
3131

3232
- name: Pre-build shell for POSIX
3333
if: runner.os != 'Windows'
34+
allow_failure: true
3435
run: |
3536
ls -al
3637
chmod +x gradlew
3738
./gradlew --version
3839
3940
- name: Pre-build shell for Linux
4041
if: runner.os == 'Linux' || runner.os == 'Ubuntu' || runner.os == 'CentOS'
42+
allow_failure: true
4143
run: |
4244
# Specify an installation directory for musl:
4345
export MUSL_HOME=$PWD/musl-toolchain
@@ -78,6 +80,7 @@ jobs:
7880
7981
- name: Pre-build shell for Windows
8082
if: runner.os == 'Windows'
83+
allow_failure: true
8184
run: |
8285
ls
8386
.\gradlew.bat --version

0 commit comments

Comments
 (0)