Skip to content

Commit 437eb00

Browse files
authored
Add missing linux-headers dependency
1 parent 12a3f10 commit 437eb00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Setup Alpine Linux
5151
uses: jirutka/setup-alpine@v1
5252
with:
53-
packages: build-base cmake git openssl-dev openssl-libs-static
53+
packages: build-base cmake git linux-headers openssl-dev openssl-libs-static
5454

5555
- name: CMake
5656
run: |

0 commit comments

Comments
 (0)