Skip to content

Commit

Permalink
Update codeql-analysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
drzo authored Aug 23, 2024
1 parent 700b8ee commit 32d83da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: |
mkdir build
cd build
conan install .. # Adjust this path if conanfile.txt is in a different directory
conan install ../project # Adjust this path to the correct location
cmake .. -DCMAKE_BUILD_TYPE=Release
make
Expand Down

0 comments on commit 32d83da

Please sign in to comment.