Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
visuve committed May 31, 2024
1 parent 68110f7 commit 279bb98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
- name: Prerequisites
run: |
sudo apt update
sudo apt install cppcheck clang-18 g++14 cmake ninja-build
sudo apt install cppcheck clang-18 g++-14 cmake ninja-build
- name: Static analysis
run: |
cppcheck --project=sykerolabs.cppcheck --platform=unix64 --error-exitcode=1 --enable=all
cppcheck --project=sykerolabs.cppcheck --platform=unix64 --error-exitcode=1 --enable=warning
- name: Build GCC
run: |
Expand Down

0 comments on commit 279bb98

Please sign in to comment.