aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2025-04-23 05:49:51 +0000
committersaturneric <[email protected]>2025-04-23 05:49:51 +0000
commitb56acfa3907e46bec93783c8d238d163781752f6 (patch)
tree484c985505dbf06057a2a35a793c74ef15672dbe
parentchore: improve code style (diff)
downloadGpgFrontend-b56acfa3907e46bec93783c8d238d163781752f6.tar.gz
GpgFrontend-b56acfa3907e46bec93783c8d238d163781752f6.zip
fix: wayland support of AppImage
Diffstat (limited to '')
-rw-r--r--.github/workflows/testing-nightly.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/testing-nightly.yml b/.github/workflows/testing-nightly.yml
index d8975bf4..74882762 100644
--- a/.github/workflows/testing-nightly.yml
+++ b/.github/workflows/testing-nightly.yml
@@ -67,6 +67,7 @@ jobs:
sudo apt-get -y install libfuse2 libgcrypt20-dev libnss3-dev libpci-dev libpulse-dev libudev-dev libxtst-dev
sudo apt-get -y install libglu1-mesa-dev libfontconfig1-dev libx11-xcb-dev libxcb-image0 gyp
sudo apt-get -y install libglu1-mesa-dev libfontconfig1-dev libx11-xcb-dev libxcb-* libxkbcommon-x11-0
+ sudo apt-get -y install libwayland-cursor0 libwayland-egl1
if: runner.os == 'Linux'
- name: Codesign Configuration (macOS)