aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows
diff options
context:
space:
mode:
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