Skip to content

Commit

Permalink
Install dependencies for check
Browse files Browse the repository at this point in the history
  • Loading branch information
a4z committed May 3, 2024
1 parent d9eb003 commit 64460cd
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 @@ -15,6 +15,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y cmake ninja-build clang-format
- name: Configure CMake
run: cmake --preset ninja

Expand Down

0 comments on commit 64460cd

Please sign in to comment.