We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94ad342 commit 237fdd1Copy full SHA for 237fdd1
1 file changed
.github/workflows/build.yml
@@ -115,12 +115,12 @@ jobs:
115
- name: Install LLVM toolchain
116
run: |
117
apk add --no-cache \
118
- clang llvm mold \
119
- musl-dev make curl \
120
- linux-headers \
121
- binutils \
122
- bash
123
-
+ clang llvm mold \
+ musl-dev make curl \
+ linux-headers \
+ binutils \
+ bash
+
124
# busybox is disgusting
125
# toybox is disgusting
126
# I've not written an alternative to them yet
0 commit comments