File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change 1010
1111jobs :
1212 build :
13- runs-on : ubuntu-22.04
13+ runs-on : ubuntu-latest
1414 container : ghcr.io/pkgforge-dev/archlinux:latest
1515 steps :
1616 - uses : actions/checkout@v4
1717
18- - name : Install dependencies
18+ - name : Get dependencies
1919 if : always()
20- run : |
21- sed -i 's/DownloadUser/#DownloadUser/g' /etc/pacman.conf
22- pacman -Syu --noconfirm base-devel curl desktop-file-utils git wget libheif alsa-lib gvfs aalib libmng gjs \
23- base-devel patchelf gtk3 strace gimp ffmpeg ghostscript llvm xorg-server-xvfb librsvg cfitsio zsync
24-
25- LLVM="https://github.com/pkgforge-dev/llvm-libs-debloated/releases/download/continuous/llvm-libs-nano-x86_64.pkg.tar.zst"
26- wget "$LLVM" -O ./llvm-libs.pkg.tar.zst
27- pacman -U --noconfirm ./llvm-libs.pkg.tar.zst
20+ run : chmod +x ./get-dependencies.sh && ./get-dependencies.sh
2821
2922 - name : Make AppImage
3023 run : |
You can’t perform that action at this time.
0 commit comments