Skip to content

Commit

Permalink
Actions: Install wayland related libs
Browse files Browse the repository at this point in the history
  • Loading branch information
oblivioncth committed Oct 29, 2023
1 parent 288652f commit 5d86d82
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-clifp-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ jobs:
- name: Install EGL [22.04]
if: matrix.os == 'ubuntu-22.04'
run: sudo apt-get install libegl1-mesa-dev
- name: Install Wayland [22.04]
if: matrix.os == 'ubuntu-22.04'
run: sudo apt-get install libwayland-dev
- name: Checkout CLIFp
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 5d86d82

Please sign in to comment.