Skip to content

Commit 3a8118b

Browse files
authored
Update build.yml
1 parent 16ef8ee commit 3a8118b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,12 @@ jobs:
117117
apk add --no-cache \
118118
clang llvm mold \
119119
musl-dev make curl \
120-
linux-headers
120+
linux-headers \
121+
binutils
121122
122-
for t in ar ranlib nm objcopy objdump strip strings size readelf addr2line; do
123-
ln -sf "/usr/bin/llvm-$t" "/usr/bin/$t"
124-
done
123+
#for t in ar ranlib nm objcopy objdump strip strings size readelf addr2line; do
124+
# ln -sf "/usr/bin/llvm-$t" "/usr/bin/$t"
125+
#done
125126
126127
ln -sf /usr/bin/ld.mold /usr/bin/ld
127128
ln -sfT /usr/bin/clang /usr/bin/cc

0 commit comments

Comments
 (0)