Skip to content

Commit

Permalink
Actions: Update Linux libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
oblivioncth committed Sep 30, 2022
1 parent 879afc2 commit bb38a57
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-qi-qmp-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ jobs:
run: 7z x ${{ env.qt_install_dest }} -o${{ env.qt_install_dir }}
- 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
- name: Install XCB Related libs
run: sudo apt-get install libx11-xcb-dev libxkbcommon-dev libxkbcommon-x11-dev libxcb-*-dev
- name: Install Doxygen
env:
doxy_build: doxygen-1.9.4
Expand All @@ -111,6 +111,8 @@ jobs:
run: sudo apt-get install graphviz
- name: Install Ninja
run: sudo apt-get install ninja-build
- name: Install Harfbuzz
run: sudo apt-get install libharfbuzz-dev
- name: Checkout QI-QMP
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit bb38a57

Please sign in to comment.