Skip to content

Commit

Permalink
use iculess libxml2
Browse files Browse the repository at this point in the history
  • Loading branch information
Samueru-sama authored Feb 16, 2025
1 parent ae8d709 commit 4207025
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,17 @@ jobs:
- name: Install debloated llvm-libs
run: |
LLVM="https://github.com/pkgforge-dev/llvm-libs-debloated/releases/download/continuous/llvm-libs-nano-x86_64.pkg.tar.zst"
wget "$LLVM" -O ./llvm-libs.pkg.tar.zst
LLVM_URL="https://github.com/pkgforge-dev/llvm-libs-debloated/releases/download/continuous/llvm-libs-nano-x86_64.pkg.tar.zst"
wget "$LLVM_URL" -O ./llvm-libs.pkg.tar.zst
pacman -U --noconfirm ./llvm-libs.pkg.tar.zst
rm -f ./llvm-libs.pkg.tar.zst
- name: Install iculess libxml2
run: |
LIBXML_URL="https://github.com/pkgforge-dev/llvm-libs-debloated/releases/download/continuous/libxml2-iculess-x86_64.pkg.tar.zst"
wget "$LIBXML_URL" -O ./libxml2.pkg.tar.zst
pacman -U --noconfirm ./libxml2.pkg.tar.zst
rm -f ./libxml2.pkg.tar.zst
- name: Make AppImage
run: |
Expand Down

0 comments on commit 4207025

Please sign in to comment.