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