fix(release): install AppImage bundling system deps for Linux (#1737)

Signed-off-by: Will Pfleger <pfleger.will@gmail.com>
Co-authored-by: npub1mn7jgtj4w2pd0g0zeuhxsa6jy6p0rewxz4kujt98my82ahfmp72sxjexk7 <dcfd242e557282d7a1e2cf2e6877522682f1e5c6156dc92ca7d90eaedd3b0f95@sprout-oss.stage.blox.sqprod.co>
This commit is contained in:
Will Pfleger
2026-07-10 18:30:01 -04:00
committed by GitHub
co-authored by npub1mn7jgtj4w2pd0g0zeuhxsa6jy6p0rewxz4kujt98my82ahfmp72sxjexk7
parent ea1c75b0d2
commit eb0417aa88
+4 -1
View File
@@ -494,6 +494,7 @@ jobs:
build-essential \
ca-certificates \
curl \
desktop-file-utils \
file \
git \
libasound2-dev \
@@ -505,7 +506,9 @@ jobs:
libxdo-dev \
patchelf \
pkg-config \
wget
squashfs-tools \
wget \
xdg-utils
# Install GitHub CLI — preinstalled on runners but absent in containers.
# wget and ca-certificates are now available from the step above.
mkdir -p -m 755 /etc/apt/keyrings