Skip to content

Commit 16ef8ee

Browse files
authored
Update build.yml
1 parent 87b37e9 commit 16ef8ee

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ jobs:
116116
run: |
117117
apk add --no-cache \
118118
clang llvm mold \
119-
musl-dev make curl
119+
musl-dev make curl \
120+
linux-headers
120121
121122
for t in ar ranlib nm objcopy objdump strip strings size readelf addr2line; do
122123
ln -sf "/usr/bin/llvm-$t" "/usr/bin/$t"

0 commit comments

Comments
 (0)