Skip to content

Commit 8aa3912

Browse files
authored
Merge pull request #2209 from ericwq/master
- add musl version build dependency: linux-headers.
2 parents 297ac3a + 5b31b2f commit 8aa3912

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
include:
26-
# - { os: ubuntu-22.04, target: linux, platform: linux-x64, container: 'alpine:latest', libc: musl }
26+
- { os: ubuntu-22.04, target: linux, platform: linux-x64, container: 'alpine:latest', libc: musl }
2727
- { os: ubuntu-20.04, target: linux, platform: linux-x64, container: 'ubuntu:18.04' }
2828
- { os: ubuntu-20.04, target: linux, platform: linux-arm64, container: 'ubuntu:18.04' }
2929
- { os: macos-11, target: darwin, platform: darwin-x64 }
@@ -60,7 +60,7 @@ jobs:
6060
if: ${{ matrix.target == 'linux' && matrix.libc == 'musl' }}
6161
run: |
6262
apk update
63-
apk add git ninja bash build-base nodejs
63+
apk add git ninja bash build-base nodejs linux-headers
6464
6565
- uses: actions/checkout@v3
6666
with:

0 commit comments

Comments
 (0)