Fix dependency name
This commit is contained in:
parent
99876b57d2
commit
e3038ae907
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
||||||
- name: Install linux dependencies
|
- name: Install linux dependencies
|
||||||
if: ${{ matrix.os == 'ubuntu-22.04' }}
|
if: ${{ matrix.os == 'ubuntu-22.04' }}
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install -y libwayland-dev xkbcommon
|
sudo apt-get install -y libwayland-dev libxkbcommon-dev
|
||||||
|
|
||||||
- name: Build binary
|
- name: Build binary
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue