From 89e2f2e3fa36b2ef24427bd15963b3fb9d967417 Mon Sep 17 00:00:00 2001 From: "d.zinenko" Date: Tue, 29 Nov 2022 11:44:02 +0300 Subject: [PATCH] fix(VULN-2228): fix ci. --- .github/workflows/pull_request.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index c399240..ddb73f8 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -28,8 +28,6 @@ jobs: - name: Install dependencies on macos if: runner.os == 'macOS' run: | - ln -s "$(brew --prefix llvm)/bin/clang-format" "/usr/local/bin/clang-format" - ln -s "$(brew --prefix llvm)/bin/clang-tidy" "/usr/local/bin/clang-tidy" # Run tests with proper build type - name: Test env: