diff options
| author | 2026-01-15 14:04:01 +0800 | |
|---|---|---|
| committer | 2026-01-15 14:04:01 +0800 | |
| commit | 716d18b9099e2663bee2dff4bde5bd24dc202c91 (patch) | |
| tree | 84bf5d233a28d688b9734816726d2c7fa3254f45 /.github/workflows | |
| parent | 41482c9fb94238d51d51b433358a961e39ff5867 (diff) | |
| download | DropOut-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.yml | 2 |
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 |