Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
janekbaraniewski committed May 5, 2024
1 parent 427ff1c commit 4e020b4
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Setup CMake
uses: actions/setup-cmake@v1
- name: Set up CMake (All platforms)
uses: lukka/get-cmake@latest

- name: Setup Clang
uses: actions/setup-clang@v1
- name: Set up Clang
uses: egor-tensin/setup-clang@v1
with:
version: latest

- name: Install dependencies
run: sudo apt-get install -y cppcheck clang-format
Expand Down

0 comments on commit 4e020b4

Please sign in to comment.