Skip to content

Commit

Permalink
Add CMake and Ninja as direct system apps to see if that helps
Browse files Browse the repository at this point in the history
  • Loading branch information
jefftrull committed Nov 30, 2024
1 parent 471941f commit e61643a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
if: matrix.c_compiler != 'cl'
shell: bash
run: |
sudo apt install libxi-dev libxtst-dev libgles-dev libx11-xcb-dev freetds-dev '^libxcb.*-dev' libx11-xcb-dev libgl1-mesa-dev libxrender-dev libxi-dev libxkbcommon-dev libxkbcommon-x11-dev xcb
sudo apt install libxi-dev libxtst-dev libgles-dev libx11-xcb-dev freetds-dev '^libxcb.*-dev' libx11-xcb-dev libgl1-mesa-dev libxrender-dev libxi-dev libxkbcommon-dev libxkbcommon-x11-dev xcb cmake ninja-build
- name: Set up vcpkg and install our dependencies
uses: lukka/run-vcpkg@v11
Expand Down

0 comments on commit e61643a

Please sign in to comment.