Skip to content

Commit 2d28402

Browse files
authored
wrong repo lol
1 parent b4b9e71 commit 2d28402

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/blank.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -89,17 +89,9 @@ jobs:
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: |

0 commit comments

Comments
 (0)