Skip to content

Commit

Permalink
pip install clang
Browse files Browse the repository at this point in the history
  • Loading branch information
Edwardius committed Feb 5, 2024
1 parent e3689b2 commit 3fb567b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/check_styling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
- name: Check out Git repository
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.8

- name: Install ClangFormat
run: pip install clang-format

Expand Down

0 comments on commit 3fb567b

Please sign in to comment.