Skip to content

Commit

Permalink
Fix clang-tidy-review conan install source directory
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaulat committed Nov 30, 2024
1 parent 61a93db commit 82cec1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang-tidy-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
mkdir build
cd build
mkdir conan
conan install ./source/ `
conan install ../source/ `
--remote conancenter `
--build missing `
--profile:all ${{ matrix.conan_profile }} `
Expand Down

0 comments on commit 82cec1d

Please sign in to comment.