From c90dd00fc977170048271ca8f4f614b8b625e67a Mon Sep 17 00:00:00 2001 From: Ruben ten Hove Date: Mon, 4 Jul 2022 22:38:28 +0000 Subject: no longer need this line --- .github/workflows/code-format.yml | 1 - 1 file changed, 1 deletion(-) 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: | -- cgit 1.4.1