We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c4ac43 commit 94ad342Copy full SHA for 94ad342
.github/workflows/build.yml
@@ -120,10 +120,11 @@ jobs:
120
linux-headers \
121
binutils \
122
bash
123
- # busybox is disgusting
124
- # toybox is disgusting
125
- # I've not written an alternative to them yet
126
- # So we ought to make do
+
+ # busybox is disgusting
+ # toybox is disgusting
+ # I've not written an alternative to them yet
127
+ # So we ought to make do
128
129
#for t in ar ranlib nm objcopy objdump strip strings size readelf addr2line; do
130
# ln -sf "/usr/bin/llvm-$t" "/usr/bin/$t"
0 commit comments