Skip to content

Commit

Permalink
Fix git workspace access in clang-tidy github action
Browse files Browse the repository at this point in the history
  • Loading branch information
vaithak committed Jan 3, 2024
1 parent 5397d7a commit 36b70b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/clang-tidy-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
cmake_command: >
pip install cmake lit &&
cmake --version &&
git config --global --add safe.directory /github/workspace &&
cmake . -B build -DLLVM_DIR="$GITHUB_WORKSPACE/llvm"
-DClang_DIR="$GITHUB_WORKSPACE/llvm"
-DCMAKE_BUILD_TYPE="Release"
Expand Down

0 comments on commit 36b70b8

Please sign in to comment.