Skip to content

Commit

Permalink
Correct packages?
Browse files Browse the repository at this point in the history
  • Loading branch information
thorstenhater committed Aug 27, 2024
1 parent afbccb0 commit b3be7a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Update apt
run: sudo apt update
- name: Install missing packages
run: sudo apt install libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libglu1-mesa-dev freeglut3-dev mesa-common-dev libwayland-bin
run: sudo apt install libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libglu1-mesa-dev freeglut3-dev mesa-common-dev libwayland-bin libwayland-dev libxkbcommon-dev xorg-dev
- name: Check config
run: |
$CC --version
Expand Down

0 comments on commit b3be7a4

Please sign in to comment.