Skip to content

Commit 9832859

Browse files
committed
No clang-11 on latest Ubuntu.
1 parent 609d5b7 commit 9832859

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/clangtidy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v4
2323

24-
- name: Install Clang 11
25-
run: sudo apt-get update && sudo apt-get install -y clang-11 clang-tidy
24+
- name: Install Clang
25+
run: sudo apt-get update && sudo apt-get install -y clang clang-tidy
2626

2727
- name: Setup
2828
run: sudo apt-get update && sudo apt-get -y install sudo python3 git g++ curl xz-utils

0 commit comments

Comments
 (0)