From 99876b57d2cc2a4367eb002688276a3946b1cd15 Mon Sep 17 00:00:00 2001 From: Tobias Berger Date: Wed, 21 Sep 2022 13:56:10 +0200 Subject: [PATCH] Add more dependencies for linux --- .github/workflows/release.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index cbbb998..8194505 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -22,9 +22,10 @@ jobs: profile: minimal toolchain: nightly override: true - - name: Install wayland dependency on linux + - name: Install linux dependencies if: ${{ matrix.os == 'ubuntu-22.04' }} - run: sudo apt-get install -y libwayland-dev + run: | + sudo apt-get install -y libwayland-dev xkbcommon - name: Build binary run: |