File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed
Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 8989
9090 - name : Install debloated llvm-libs
9191 run : |
92- LLVM_URL ="https://github.com/pkgforge-dev/llvm-libs-debloated/releases/download/continuous/llvm-libs-nano-x86_64.pkg.tar.zst"
93- wget "$LLVM_URL " -O ./llvm-libs.pkg.tar.zst
92+ LLVM ="https://github.com/pkgforge-dev/llvm-libs-debloated/releases/download/continuous/llvm-libs-nano-x86_64.pkg.tar.zst"
93+ wget "$LLVM " -O ./llvm-libs.pkg.tar.zst
9494 pacman -U --noconfirm ./llvm-libs.pkg.tar.zst
95- rm -f ./llvm-libs.pkg.tar.zst
96-
97- - name : Install iculess libxml2
98- run : |
99- LIBXML_URL="https://github.com/pkgforge-dev/llvm-libs-debloated/releases/download/continuous/libxml2-iculess-x86_64.pkg.tar.zst"
100- wget "$LIBXML_URL" -O ./ibxml2.pkg.tar.zst
101- pacman -U --noconfirm ./ibxml2.pkg.tar.zst
102- rm -f ./ibxml2.pkg.tar.zst
10395
10496 - name : Compile Citron
10597 run : |
You can’t perform that action at this time.
0 commit comments