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 3be32ba commit cde8cdfCopy full SHA for cde8cdf
.github/workflows/build.yml
@@ -56,7 +56,7 @@ jobs:
56
run: .\make.bat ${{ matrix.platform }}
57
58
- name: Build for Linux
59
- if: ${{ matrix.target == 'linux' }}
+ if: ${{ matrix.target == 'linux' && matrix.libc != 'musl' }}
60
run: |
61
sudo apt update
62
sudo apt install ninja-build
0 commit comments