Skip to content

Commit

Permalink
cpp-check job runs on ubuntu and needs CMake configure
Browse files Browse the repository at this point in the history
  • Loading branch information
LegalizeAdulthood committed Jan 19, 2025
1 parent 7a65053 commit b9755cc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,11 @@ jobs:
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
- name: Install System Dependencies
run: |
sudo apt-get update
sudo apt-get install libx11-dev
- name: Configure Compilation Database
run: cmake --preset cppcheck

Expand Down

0 comments on commit b9755cc

Please sign in to comment.