Skip to content

Commit

Permalink
fix: install additional required X11 deps
Browse files Browse the repository at this point in the history
  • Loading branch information
abdes committed May 7, 2024
1 parent a88f3c6 commit 55ac6c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
if: runner.os == 'Linux'
shell: bash
run: |
sudo apt-get install -y -qq xorg-dev libglu1-mesa-dev
sudo apt-get install -y -qq xorg-dev libglu1-mesa-dev libwayland-dev libxkbcommon-dev
- name: Install gcc-11
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Install X11 dependencies
run: |
sudo apt-get install -y -qq xorg-dev libglu1-mesa-dev
sudo apt-get install -y -qq xorg-dev libglu1-mesa-dev libglu1-mesa-dev libwayland-dev libxkbcommon-dev
- name: Install GCC (always runs)
run: |
Expand Down

0 comments on commit 55ac6c4

Please sign in to comment.