Skip to content

Commit

Permalink
- add musl version build dependency: linux-headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwq committed Jul 20, 2023
1 parent 297ac3a commit 5b31b2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
include:
# - { os: ubuntu-22.04, target: linux, platform: linux-x64, container: 'alpine:latest', libc: musl }
- { os: ubuntu-22.04, target: linux, platform: linux-x64, container: 'alpine:latest', libc: musl }
- { os: ubuntu-20.04, target: linux, platform: linux-x64, container: 'ubuntu:18.04' }
- { os: ubuntu-20.04, target: linux, platform: linux-arm64, container: 'ubuntu:18.04' }
- { os: macos-11, target: darwin, platform: darwin-x64 }
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
if: ${{ matrix.target == 'linux' && matrix.libc == 'musl' }}
run: |
apk update
apk add git ninja bash build-base nodejs
apk add git ninja bash build-base nodejs linux-headers
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 5b31b2f

Please sign in to comment.