Skip to content

Commit

Permalink
还要特殊判断 musl
Browse files Browse the repository at this point in the history
  • Loading branch information
sumneko committed May 14, 2024
1 parent 3be32ba commit cde8cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: .\make.bat ${{ matrix.platform }}

- name: Build for Linux
if: ${{ matrix.target == 'linux' }}
if: ${{ matrix.target == 'linux' && matrix.libc != 'musl' }}
run: |
sudo apt update
sudo apt install ninja-build
Expand Down

0 comments on commit cde8cdf

Please sign in to comment.