Skip to content

Commit

Permalink
CI ubuntu Qt requires MOAR
Browse files Browse the repository at this point in the history
  • Loading branch information
LegalizeAdulthood committed Oct 8, 2024
1 parent b0b6be9 commit 4ec1357
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,39 @@ jobs:
if: matrix.os == 'ubuntu-latest'
uses: awalsh128/cache-apt-pkgs-action@latest
with:
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
packages: >
autoconf
automake
autoconf-archive
build-essential
libegl1-mesa-dev
libgl1-mesa-dev
libglu1-mesa-dev
libgstreamer-gl1.0-0
libpulse-dev
libx11-xcb-dev
libxcb-glx0
libxcb-icccm4
libxcb-image0
libxcb-keysyms1
libxcb-randr0
libxcb-render-util0
libxcb-render0
libxcb-shape0
libxcb-shm0
libxcb-sync1
libxcb-util1
libxcb-xfixes0
libxcb-xinerama0
libxcb-xkb-dev
libxcb1
libxi-dev
libxkbcommon-dev
libxkbcommon-x11-0
libxkbcommon-x11-dev
libxrender-dev
libtool
pkg-config
- name: Run Workflow
run: cmake --workflow --preset default

0 comments on commit 4ec1357

Please sign in to comment.