aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2026-01-15 13:58:13 +0800
committerHsiangNianian <i@jyunko.cn>2026-01-15 13:58:13 +0800
commite22a67185623cf7c1fcbf610b7612c90f96ee742 (patch)
tree19cb5404c6ff5e315a4720f008e4ab98da846667 /.github
parenta520e405dda8fc7c7c587e37862d14ce3e7011ce (diff)
downloadDropOut-e22a67185623cf7c1fcbf610b7612c90f96ee742.tar.gz
DropOut-e22a67185623cf7c1fcbf610b7612c90f96ee742.zip
fix: Update package name for webkit2gtk in release workflow
Diffstat (limited to '.github')
-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 9167dcc..86170e9 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-4.1 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
- name: Setup Wayland Environment (Arch)
if: matrix.wayland