From 2bc831e294cc6c24af5c68065b10d6062873c310 Mon Sep 17 00:00:00 2001 From: Antoine Lambert Date: Wed, 6 Nov 2024 18:29:16 +0100 Subject: [PATCH] gha/appimage: Fix AppImage execution test on Fedora --- .github/workflows/appimage-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/appimage-build.yml b/.github/workflows/appimage-build.yml index e4a8be2d72..564e767cf7 100644 --- a/.github/workflows/appimage-build.yml +++ b/.github/workflows/appimage-build.yml @@ -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