Skip to content

Commit

Permalink
gha/appimage: Fix AppImage execution test on Fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
anlambert committed Nov 7, 2024
1 parent c26b91c commit 1aff46d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/appimage-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ jobs:
options: --device /dev/fuse --privileged
-v ${{ github.workspace }}:/talipot:rw
run: |
dnf -y group install "Basic Desktop" GNOME
dnf install -y dnf5-plugins
dnf group install -y "GNOME Desktop Environment"
yum install -y xorg-x11-server-Xvfb libglvnd-opengl
xvfb-run $(ls /talipot/build/Talipot*.AppImage) --check-application-starts --debug-plugins-load
- name: Check Talipot AppImage can be executed on ArchLinux
Expand Down

0 comments on commit 1aff46d

Please sign in to comment.