Skip to content

Commit

Permalink
sort dependencies
Browse files Browse the repository at this point in the history
Co-authored-by: Benedikt Heine <bebe@bebehei.de>
  • Loading branch information
Samueru-sama and bebehei authored Nov 10, 2024
1 parent f29d832 commit 95bef12
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,23 @@ jobs:
- name: build appimage
if: always()
run: |
apk add wget git build-base patchelf libxscrnsaver-dev libxinerama-dev \
libxrandr-dev libnotify-dev dbus-dev wayland-dev perl pango-dev \
wayland-protocols dbus librsvg desktop-file-utils
apk add \
build-base \
dbus \
dbus-dev \
desktop-file-utils \
git \
libnotify-dev \
librsvg \
libxinerama-dev \
libxrandr-dev \
libxscrnsaver-dev \
pango-dev \
patchelf \
perl \
wayland-dev \
wayland-protocols \
wget
chmod +x ./AppImage/make-appimage.sh
./AppImage/make-appimage.sh
Expand Down

0 comments on commit 95bef12

Please sign in to comment.