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 6, 2024
1 parent c26b91c commit b9b4c95
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 @@ -67,7 +67,7 @@ jobs:
-v ${{ github.workspace }}:/talipot:rw
run: |
dnf -y group install "Basic Desktop" GNOME
yum install -y xorg-x11-server-Xvfb libglvnd-opengl
yum install -y xorg-x11-server-Xvfb libglvnd-opengl fuse3
xvfb-run $(ls /talipot/build/Talipot*.AppImage) --check-application-starts --debug-plugins-load
- name: Check Talipot AppImage can be executed on ArchLinux
uses: addnab/docker-run-action@v3
Expand Down

0 comments on commit b9b4c95

Please sign in to comment.