Skip to content

Commit 68a8f83

Browse files
committed
Installing clang-format 16
1 parent f7470b5 commit 68a8f83

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/pipeline.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,15 @@ jobs:
154154
runs-on: ubuntu-latest
155155

156156
steps:
157-
- uses: actions/checkout@v3
157+
- uses: actions/checkout@v4
158+
159+
- name: Install clang-format version
160+
run: |
161+
wget https://apt.llvm.org/llvm.sh
162+
chmod +x llvm.sh
163+
sudo ./llvm.sh 16
164+
165+
clang-format --version
158166
159167
- name: Test format with clang format
160168
run: ./scripts/fmt.sh

0 commit comments

Comments
 (0)