Skip to content

Commit e6ec36e

Browse files
committed
fix(ci): add xdg-utils for AppImage bundling in Arch and Debian workflows
1 parent c5b53f0 commit e6ec36e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/linux_packages.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@ jobs:
350350
cmake \
351351
libvulkan-dev \
352352
libxdo-dev \
353+
xdg-utils \
353354
file \
354355
wget \
355356
libclang-dev

.github/workflows/linux_packages_arch.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ jobs:
106106
vulkan-icd-loader \
107107
vulkan-headers \
108108
xdotool \
109+
xdg-utils \
109110
unzip \
110111
clang \
111112
nodejs \

0 commit comments

Comments
 (0)