mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-09 08:41:32 +00:00
no longer need this line
This commit is contained in:
parent
0da935183f
commit
c90dd00fc9
1
.github/workflows/code-format.yml
vendored
1
.github/workflows/code-format.yml
vendored
@ -25,7 +25,6 @@ jobs:
|
||||
git config --global --add safe.directory /__w/AFLplusplus/AFLplusplus
|
||||
apt-get update
|
||||
apt-get install -y clang-format-${LLVM_VERSION}
|
||||
update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format-${LLVM_VERSION} 0
|
||||
make code-format
|
||||
- name: Check if code needed formatting
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user