File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4949 - name : Install build tools (apk)
5050 if : contains(matrix.image, 'alpine')
5151 run : |
52- apk add build-base git
52+ apk add build-base git linux-headers
5353
5454 - name : Install build tools (zypper)
5555 if : contains(matrix.image, 'opensuse')
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ jobs:
177177
178178 - name : Install tools (apk)
179179 if : contains(matrix.image, 'alpine')
180- run : apk add build-base git file github-cli
180+ run : apk add build-base git file github-cli linux-headers
181181
182182 - name : Checkout
183183 uses : actions/checkout@v6
@@ -356,7 +356,7 @@ jobs:
356356 shell : sh
357357 steps :
358358 - name : Install tools
359- run : apk add --no-cache git build-base abuild tar sudo github-cli
359+ run : apk add --no-cache git build-base abuild tar sudo github-cli linux-headers
360360
361361 - name : Mark workspace safe
362362 run : git config --global --add safe.directory "$GITHUB_WORKSPACE"
You can’t perform that action at this time.
0 commit comments