Skip to content

Commit

Permalink
Try to fix the CI under macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
alex65536 committed Sep 1, 2024
1 parent 060db24 commit 9d86bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def configure(config, storage, args):
if compiler == 'clang' and comp_version != '':
llvm_ver = comp_version

clang_path = '/usr/local/opt/llvm@' + llvm_ver + '/bin'
clang_path = '/opt/homebrew/opt/llvm@' + llvm_ver + '/bin'
storage['cmd']['clang-tidy'] = os.path.join(clang_path, 'clang-tidy')
storage['pkg']['clang-tidy'] = 'llvm@' + llvm_ver

Expand Down

0 comments on commit 9d86bda

Please sign in to comment.