GHA: Install Wayland deps for Linux builds

This commit is contained in:
Serhii Snitsaruk 2024-07-01 14:58:05 +02:00
parent e3305782f2
commit ed19d787f6
No known key found for this signature in database
GPG Key ID: A965EF8799FFEC2D
1 changed files with 4 additions and 0 deletions

View File

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