diff options
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c1dbfe2e..66640e50 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: |