aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorRuben ten Hove <git@rhtenhove.nl>2022-07-04 22:38:28 +0000
committerRuben ten Hove <git@rhtenhove.nl>2022-07-04 22:38:28 +0000
commitc90dd00fc977170048271ca8f4f614b8b625e67a (patch)
tree6f09397a81f9d8f181c92a6a73c14561b8321a7c /.github
parent0da935183fcc33ba81b9153247069465a1681fe2 (diff)
downloadAFLplusplus-c90dd00fc977170048271ca8f4f614b8b625e67a.tar.gz
no longer need this line
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/code-format.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/code-format.yml b/.github/workflows/code-format.yml
index f24e652b..088793e7 100644
--- a/.github/workflows/code-format.yml
+++ b/.github/workflows/code-format.yml
@@ -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: |