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 cde8cdf commit 4beadadCopy full SHA for 4beadad
1 file changed
.github/workflows/build.yml
@@ -46,6 +46,7 @@ jobs:
46
run: |
47
apk update
48
apk add git ninja bash build-base nodejs linux-headers
49
+ alias sudo=''
50
51
- uses: actions/checkout@v4
52
with:
@@ -56,7 +57,7 @@ jobs:
56
57
run: .\make.bat ${{ matrix.platform }}
58
59
- name: Build for Linux
- if: ${{ matrix.target == 'linux' && matrix.libc != 'musl' }}
60
+ if: ${{ matrix.target == 'linux' }}
61
62
sudo apt update
63
sudo apt install ninja-build
0 commit comments