diff options
| author | 2026-01-15 13:59:53 +0800 | |
|---|---|---|
| committer | 2026-01-15 13:59:53 +0800 | |
| commit | 41482c9fb94238d51d51b433358a961e39ff5867 (patch) | |
| tree | 090c8d3156d55ba3902ed6a1213366486495981d /.github | |
| parent | e22a67185623cf7c1fcbf610b7612c90f96ee742 (diff) | |
| download | DropOut-41482c9fb94238d51d51b433358a961e39ff5867.tar.gz DropOut-41482c9fb94238d51d51b433358a961e39ff5867.zip | |
fix: Remove unnecessary package from Wayland setup in release workflow
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/release.yml | 2 |
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 |