File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,15 +65,15 @@ jobs:
6565 fail-fast : false
6666 matrix :
6767 include :
68- - distro : ubuntu- 22.04
68+ - distro : Ubuntu 22.04
6969 image : ubuntu:22.04
70- - distro : debian- 12
70+ - distro : Debian 12
7171 image : debian:12
72- - distro : fedora- 40
72+ - distro : Fedora 40
7373 image : fedora:40
74- - distro : arch-linux
74+ - distro : Arch Linux
7575 image : archlinux:latest
76- - distro : manjaro
76+ - distro : Manjaro
7777 image : manjarolinux/base:latest
7878 container :
7979 image : ${{ matrix.image }}
@@ -82,11 +82,11 @@ jobs:
8282 run : |
8383 if command -v apt-get >/dev/null 2>&1; then
8484 apt-get update
85- apt-get install -y ca-certificates libgl1
85+ apt-get install -y ca-certificates libgl1 libxkbcommon0 libegl1 libfontconfig1 libglib2.0-0 libdbus-1-3
8686 elif command -v dnf >/dev/null 2>&1; then
87- dnf install -y ca-certificates coreutils mesa-libGL
87+ dnf install -y ca-certificates coreutils mesa-libGL mesa-libEGL libxkbcommon fontconfig glib2 dbus-libs
8888 elif command -v pacman >/dev/null 2>&1; then
89- pacman -Syu --noconfirm --needed ca-certificates coreutils mesa
89+ pacman -Syu --noconfirm --needed ca-certificates coreutils mesa libxkbcommon fontconfig glib2 dbus
9090 fi
9191
9292 - name : Download AppImage Artifact
You can’t perform that action at this time.
0 commit comments