Skip to content

Commit cde8cdf

Browse files
committed
还要特殊判断 musl
1 parent 3be32ba commit cde8cdf

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
@@ -56,7 +56,7 @@ jobs:
5656
run: .\make.bat ${{ matrix.platform }}
5757

5858
- name: Build for Linux
59-
if: ${{ matrix.target == 'linux' }}
59+
if: ${{ matrix.target == 'linux' && matrix.libc != 'musl' }}
6060
run: |
6161
sudo apt update
6262
sudo apt install ninja-build

0 commit comments

Comments
 (0)