From e1c2c2b051a500241b780a2ac37edbb9ade5a028 Mon Sep 17 00:00:00 2001 From: Richard Ward Date: Thu, 18 Dec 2025 20:05:26 +0000 Subject: [PATCH] upodate release --- .github/workflows/release.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ea22f97..8b4a4ca 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,6 +40,17 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - name: Install Linux system deps + if: matrix.platform == 'linux' + run: | + sudo apt-get update + sudo apt-get install -y \ + libwayland-dev \ + libwayland-egl1 \ + libwayland-cursor-dev \ + libegl-dev \ + libxkbcommon-dev + - name: Set up Python uses: actions/setup-python@v5 with: