Skip to content

Commit

Permalink
ci: add missing dependencies for X11
Browse files Browse the repository at this point in the history
  • Loading branch information
abdes committed May 7, 2024
1 parent 4199dcf commit ae3e971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Install X11 dependencies
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: Configure CMake
run: cmake -B build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
Expand Down

0 comments on commit ae3e971

Please sign in to comment.