ci(app_builder): add fuse2 to Arch package list
The app builder workflow now includes fuse2 among Arch packages. This provides FUSE support in the build environment for tools and mounts used during builds and tests. It prevents failures caused by a missing FUSE runtime. - Add fuse2 to ARCH_PACKAGES to satisfy FUSE-dependent tooling
This commit is contained in:
@@ -163,7 +163,7 @@ jobs:
|
|||||||
ARCH_PACKAGES=(
|
ARCH_PACKAGES=(
|
||||||
base-devel curl git nodejs npm openssh rust
|
base-devel curl git nodejs npm openssh rust
|
||||||
webkit2gtk-4.1 gtk3 hicolor-icon-theme
|
webkit2gtk-4.1 gtk3 hicolor-icon-theme
|
||||||
libappindicator-gtk3 librsvg xdotool
|
fuse2 libappindicator-gtk3 librsvg xdotool
|
||||||
)
|
)
|
||||||
|
|
||||||
for ARCH_INSTALL_ATTEMPT in 1 2 3; do
|
for ARCH_INSTALL_ATTEMPT in 1 2 3; do
|
||||||
|
|||||||
Reference in New Issue
Block a user