Skip to content

Commit b3ee8eb

Browse files
committed
Use clang-format-20
1 parent b4724b9 commit b3ee8eb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install clang-format
2727
run: |
2828
sudo apt-get update
29-
sudo apt-get install -y clang-format
29+
sudo apt-get install -y clang-format-20
3030
3131
- name: Check clang-format
3232
run: |

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install clang-format
2323
run: |
2424
sudo apt-get update
25-
sudo apt-get install -y clang-format
25+
sudo apt-get install -y clang-format-20
2626
2727
- name: Check clang-format
2828
run: |

0 commit comments

Comments
 (0)