mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 09:00:04 +00:00
Fix clang-tidy-review conan install source directory
This commit is contained in:
parent
61a93dbc30
commit
82cec1d744
1 changed files with 1 additions and 1 deletions
2
.github/workflows/clang-tidy-review.yml
vendored
2
.github/workflows/clang-tidy-review.yml
vendored
|
|
@ -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 }} `
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue