Skip to content

Commit

Permalink
Actions: Fix XCB dependencies on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
oblivioncth committed Apr 30, 2023
1 parent 95c7d61 commit d243a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-libfp-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Install OpenGL lib
run: sudo apt-get install libglu1-mesa-dev
- name: Install XCB-XKB
run: sudo apt-get install libxkbcommon-dev libxcb-xkb-dev
run: sudo apt-get install libx11-xcb-dev libxkbcommon-dev libxkbcommon-x11-dev libxcb-*-dev
- name: Install Ninja
run: sudo apt-get install ninja-build
- name: Install Harfbuzz
Expand Down

0 comments on commit d243a32

Please sign in to comment.