about summary refs log tree commit diff
diff options
context:
space:
mode:
-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: |