aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2026-01-15 13:59:53 +0800
committerHsiangNianian <i@jyunko.cn>2026-01-15 13:59:53 +0800
commit41482c9fb94238d51d51b433358a961e39ff5867 (patch)
tree090c8d3156d55ba3902ed6a1213366486495981d /.github/workflows
parente22a67185623cf7c1fcbf610b7612c90f96ee742 (diff)
downloadDropOut-41482c9fb94238d51d51b433358a961e39ff5867.tar.gz
DropOut-41482c9fb94238d51d51b433358a961e39ff5867.zip
fix: Remove unnecessary package from Wayland setup in release workflow
Diffstat (limited to '.github/workflows')
-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 86170e9..9b0432a 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -115,7 +115,7 @@ jobs:
- name: Setup Wayland Environment (Arch)
if: matrix.wayland
run: |
- pacman -S --noconfirm cage wayland protocols weston
+ pacman -S --noconfirm cage wayland weston
echo "WAYLAND_DISPLAY=wayland-1" >> $GITHUB_ENV
echo "GDK_BACKEND=wayland" >> $GITHUB_ENV