Add more dependencies for linux

This commit is contained in:
Tobias Berger 2022-09-21 13:56:10 +02:00
parent 676a78e90c
commit 99876b57d2
Signed by: toby
GPG key ID: 2D05EFAB764D6A88

View file

@ -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: |