Skip to content

Commit

Permalink
Remove unnecessary CI step
Browse files Browse the repository at this point in the history
clang-format is already installed in GitHub's Ubuntu image
  • Loading branch information
ChrisThrasher committed Sep 18, 2023
1 parent 1b257c8 commit 9105148
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,6 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v3

- name: Install Dependencies
run: sudo apt-get install clang-format-14

- name: Format Code
run: cmake -DCLANG_FORMAT_EXECUTABLE=clang-format-14 -P cmake/Format.cmake

Expand Down

0 comments on commit 9105148

Please sign in to comment.