Add more dependencies for linux
This commit is contained in:
parent
676a78e90c
commit
99876b57d2
1 changed files with 3 additions and 2 deletions
5
.github/workflows/release.yaml
vendored
5
.github/workflows/release.yaml
vendored
|
@ -22,9 +22,10 @@ jobs:
|
||||||
profile: minimal
|
profile: minimal
|
||||||
toolchain: nightly
|
toolchain: nightly
|
||||||
override: true
|
override: true
|
||||||
- name: Install wayland dependency on linux
|
- name: Install linux dependencies
|
||||||
if: ${{ matrix.os == 'ubuntu-22.04' }}
|
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
|
- name: Build binary
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue