Skip to content

Commit 237fdd1

Browse files
authored
Update build.yml
1 parent 94ad342 commit 237fdd1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,12 @@ jobs:
115115
- name: Install LLVM toolchain
116116
run: |
117117
apk add --no-cache \
118-
clang llvm mold \
119-
musl-dev make curl \
120-
linux-headers \
121-
binutils \
122-
bash
123-
118+
clang llvm mold \
119+
musl-dev make curl \
120+
linux-headers \
121+
binutils \
122+
bash
123+
124124
# busybox is disgusting
125125
# toybox is disgusting
126126
# I've not written an alternative to them yet

0 commit comments

Comments
 (0)