Skip to content

Commit

Permalink
Actions: Install wayland on 20.04 also
Browse files Browse the repository at this point in the history
  • Loading branch information
oblivioncth committed Oct 29, 2023
1 parent 5d86d82 commit 3d12672
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-clifp-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ 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'
- name: Install Wayland
run: sudo apt-get install libwayland-dev
- name: Checkout CLIFp
uses: actions/checkout@v3
Expand Down

0 comments on commit 3d12672

Please sign in to comment.