Skip to content

Commit

Permalink
use debloated version of llvm-libs (pkgforge-dev#17)
Browse files Browse the repository at this point in the history
* use debloated `llvm-libs`

* Update Dolphin_sharun.yml

* Update Dolphin_sharun.yml
  • Loading branch information
Samueru-sama authored Jan 30, 2025
1 parent a620258 commit 3a501db
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/Dolphin_sharun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@ jobs:
pipewire-audio \
qt6ct
- name: Install debloated llvm-libs
run: |
LLVM="$(wget https://api.github.com/repos/Samueru-sama/llvm-libs-debloated/releases -O - \
| sed 's/[()",{} ]/\n/g' | grep -oi "https.*minimal.pkg.tar.zst$" | head -1)"
wget "$LLVM" -O ./llvm-libs.pkg.tar.zst
pacman -U --noconfirm ./llvm-libs.pkg.tar.zst
# Runs a set of commands using the runners shell
- name: Build Dolphin
run: |
Expand Down

0 comments on commit 3a501db

Please sign in to comment.