Skip to content

Commit

Permalink
Update CodeQuality.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mause committed Jun 17, 2024
1 parent ce39a08 commit 80947f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CodeQuality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Install
shell: bash
run: sudo apt-get update -y -qq && sudo apt-get install -y -qq ninja-build clang-format-11 && sudo pip3 install cmake-format black libclang==16.0.6
run: sudo apt-get update -y -qq && sudo apt-get install -y -qq ninja-build clang-format-11 && sudo pip3 install cmake-format black cxxheaderparser pcpp

- name: Format Check
shell: bash
Expand Down

0 comments on commit 80947f0

Please sign in to comment.