aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2026-01-14 19:53:54 +0800
committerHsiangNianian <i@jyunko.cn>2026-01-14 19:53:54 +0800
commita3da667bf3ee467136d7d5f218acabb8e23b390e (patch)
treee0ab8cc3cd7419603d9cfedac65f00ef8d8027dc /.github
parent1893aae5ba5c92eee519176b651b1b4247a3ae80 (diff)
downloadDropOut-a3da667bf3ee467136d7d5f218acabb8e23b390e.tar.gz
DropOut-a3da667bf3ee467136d7d5f218acabb8e23b390e.zip
fix: add missing dependencies for Arch Linux in workflows
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml2
-rw-r--r--.github/workflows/test.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 07aeec7..e14de5c 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-4.1 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 fuse2 linuxdeploy
# 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 0c0b0c0..0d50313 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-4.1 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 fuse2 linuxdeploy
- uses: actions/checkout@v4