aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2026-01-15 14:04:01 +0800
committerHsiangNianian <i@jyunko.cn>2026-01-15 14:04:01 +0800
commit716d18b9099e2663bee2dff4bde5bd24dc202c91 (patch)
tree84bf5d233a28d688b9734816726d2c7fa3254f45 /.github/workflows
parent41482c9fb94238d51d51b433358a961e39ff5867 (diff)
downloadDropOut-716d18b9099e2663bee2dff4bde5bd24dc202c91.tar.gz
DropOut-716d18b9099e2663bee2dff4bde5bd24dc202c91.zip
fix: Add missing packages for Wayland setup in release workflow
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 9b0432a..0897da7 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -110,7 +110,7 @@ jobs:
if: matrix.wayland
run: |
pacman -Syu --noconfirm
- pacman -S --noconfirm webkit2gtk base-devel curl wget file openssl gtk3 libappindicator-gtk3 librsvg fuse2
+ pacman -S --noconfirm webkit2gtk base-devel curl wget file openssl gtk3 libappindicator-gtk3 librsvg fuse2 pkgconf glib2-devel libsoup3
- name: Setup Wayland Environment (Arch)
if: matrix.wayland