Skip to content

Commit

Permalink
Format code with clang-format-17
Browse files Browse the repository at this point in the history
  • Loading branch information
kimci86 committed Dec 21, 2024
1 parent a09fd68 commit f3b085e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
uses: actions/checkout@v4

- name: Configure project
run: cmake -S . -B build -DBKCRACK_CLANG_FORMAT_EXECUTABLE=/usr/bin/clang-format-15
run: cmake -S . -B build -DBKCRACK_CLANG_FORMAT_EXECUTABLE=/usr/bin/clang-format-17

- name: Format C++ code
run: cmake --build build --target format
Expand Down

0 comments on commit f3b085e

Please sign in to comment.