Skip to content

Commit

Permalink
fix(VULN-2228): fix ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
d.zinenko committed Nov 29, 2022
1 parent 01eb695 commit 89e2f2e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 89e2f2e

Please sign in to comment.