Skip to content

Commit

Permalink
clang-format-12 no longer provided by apt apparently
Browse files Browse the repository at this point in the history
  • Loading branch information
brryan committed Jan 8, 2025
1 parent 0c73c79 commit caaba1d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ jobs:
python-version: '3.x' # Specify the Python version you need
- name: Install dependencies
run: |
sudo apt-get update -qq
sudo apt-get install -qq clang-format-12
pip install clang-format-12
pip install black
- name: Run format check
run: |
Expand Down

0 comments on commit caaba1d

Please sign in to comment.