Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gha/appimage: Fix AppImage execution test on Fedora
Browse files Browse the repository at this point in the history
anlambert committed Nov 7, 2024
1 parent c26b91c commit 2bc831e
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
@@ -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 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

0 comments on commit 2bc831e

Please sign in to comment.