From c8e43c666fcdf0d35a3344cef835bdcca51bcd03 Mon Sep 17 00:00:00 2001 From: Schmarni <51007916+Schmarni-Dev@users.noreply.github.com> Date: Sun, 19 Oct 2025 21:27:17 +0200 Subject: [PATCH] fix(ci): install wayland since bevy usesbit by default --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index af72706..4f851de 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: - name: Install bevy dependencies run: | sudo apt-get update && sudo apt-get install -y \ - g++ pkg-config libx11-dev libasound2-dev libudev-dev libopenxr-loader1 libopenxr-dev + g++ pkg-config libx11-dev libwayland-dev libasound2-dev libudev-dev libopenxr-loader1 libopenxr-dev - name: Cache cargo dependencies uses: Swatinem/rust-cache@v2