aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/test.yml
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/workflows/test.yml
parent1893aae5ba5c92eee519176b651b1b4247a3ae80 (diff)
downloadDropOut-a3da667bf3ee467136d7d5f218acabb8e23b390e.tar.gz
DropOut-a3da667bf3ee467136d7d5f218acabb8e23b390e.zip
fix: add missing dependencies for Arch Linux in workflows
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
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