Skip to content

Commit

Permalink
CI ubuntu requires additional X11 packages for Qt
Browse files Browse the repository at this point in the history
  • Loading branch information
LegalizeAdulthood committed Oct 8, 2024
1 parent 4cb6946 commit b0b6be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: autoconf automake autoconf-archive
packages: autoconf automake autoconf-archive '^libxcb.*-dev' libx11-xcb-dev libglu1-mesa-dev libxrender-dev libxi-dev libxkbcommon-dev libxkbcommon-x11-dev libegl1-mesa-dev

- name: Run Workflow
run: cmake --workflow --preset default

0 comments on commit b0b6be9

Please sign in to comment.