diff options
| author | 2026-01-14 19:45:52 +0800 | |
|---|---|---|
| committer | 2026-01-14 19:45:52 +0800 | |
| commit | 1893aae5ba5c92eee519176b651b1b4247a3ae80 (patch) | |
| tree | 4c04241716f1ca936dfbd281f27b92a559d5304f /.github/workflows | |
| parent | 2246686200a87872e096a8e722e6f92bf78f16ff (diff) | |
| download | DropOut-1893aae5ba5c92eee519176b651b1b4247a3ae80.tar.gz DropOut-1893aae5ba5c92eee519176b651b1b4247a3ae80.zip | |
fix: update webkit2gtk package version in workflows for Arch Linux
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/release.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/test.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5bf8caa..07aeec7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -144,7 +144,7 @@ jobs: - name: Install Dependencies run: | pacman -Syu --noconfirm - pacman -S --noconfirm webkit2gtk base-devel curl wget file openssl appmenu-gtk-module libappindicator-gtk3 librsvg git + pacman -S --noconfirm webkit2gtk-4.1 base-devel curl wget file openssl appmenu-gtk-module libappindicator-gtk3 librsvg git # Fix makepkg running as root sed -i 's/E_ROOT=1/E_ROOT=0/' /usr/bin/makepkg || true diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e123e95..0c0b0c0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -57,7 +57,7 @@ jobs: - name: Install Dependencies run: | pacman -Syu --noconfirm - pacman -S --noconfirm webkit2gtk base-devel curl wget file openssl appmenu-gtk-module libappindicator-gtk3 librsvg git + pacman -S --noconfirm webkit2gtk-4.1 base-devel curl wget file openssl appmenu-gtk-module libappindicator-gtk3 librsvg git - uses: actions/checkout@v4 |