GHA: Install Wayland deps for Linux builds
This commit is contained in:
parent
e3305782f2
commit
ed19d787f6
|
@ -144,6 +144,10 @@ jobs:
|
|||
with:
|
||||
arch: ${{matrix.opts.arch}}
|
||||
|
||||
- name: Set up Wayland deps
|
||||
run: |
|
||||
sudo apt-get install libwayland-dev
|
||||
|
||||
- name: Set up scons cache
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue