Skip to content

Commit b797dbb

Browse files
authored
Fix clang-format workflow (#494)
1 parent 302fc67 commit b797dbb

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/clang-format.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@ jobs:
3333
sudo apt update
3434
sudo apt install -y clang-format-18
3535
36-
- name: Download git-clang-format
37-
run: |
38-
wget https://raw.githubusercontent.com/llvm/llvm-project/main/clang/tools/clang-format/git-clang-format
39-
chmod +x git-clang-format
40-
4136
- name: Run git-clang-format
4237
run: |
4338
PR_BASE=$(git rev-list ${{ github.event.pull_request.head.sha }} ^${{ github.event.pull_request.base.sha }} | tail --lines 1 | xargs -I {} git rev-parse {}~1)

lib/Interpreter/Compatibility.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// CppInterOp Compatibility
33
// author: Alexander Penev <[email protected]>
44
//------------------------------------------------------------------------------
5-
65
#ifndef CPPINTEROP_COMPATIBILITY_H
76
#define CPPINTEROP_COMPATIBILITY_H
87

0 commit comments

Comments
 (0)