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 8, 2024
1 parent c26b91c commit 1ebd5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/appimage-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
options: --device /dev/fuse --privileged
-v ${{ github.workspace }}:/talipot:rw
run: |
dnf -y group install "Basic Desktop" GNOME
dnf group install -y gnome-desktop
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 1ebd5b4

Please sign in to comment.