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 2ed629a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ 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: |
Expand Down

0 comments on commit 2ed629a

Please sign in to comment.