aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2026-01-14 19:55:47 +0800
committerHsiangNianian <i@jyunko.cn>2026-01-14 19:55:47 +0800
commita9f7a45a9537f3bfd0216ee47c9391ec9fd67587 (patch)
tree11dd9e588745ee88b7cd6099282bb46214beb96a /.github/workflows/test.yml
parenta3da667bf3ee467136d7d5f218acabb8e23b390e (diff)
downloadDropOut-a9f7a45a9537f3bfd0216ee47c9391ec9fd67587.tar.gz
DropOut-a9f7a45a9537f3bfd0216ee47c9391ec9fd67587.zip
fix: remove unnecessary 'linuxdeploy' package from Arch Linux dependencies
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 0d50313..6cb5753 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 fuse2 linuxdeploy
+ pacman -S --noconfirm webkit2gtk-4.1 base-devel curl wget file openssl appmenu-gtk-module libappindicator-gtk3 librsvg git fuse2
- uses: actions/checkout@v4