Skip to content

Commit

Permalink
Fix: add conan build command
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuelbert authored Oct 31, 2024
1 parent 359df60 commit 9d3d04d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ jobs:
echo "Setup conan"
conan profile detect --force
conan profile show
conan install . --build=missing --settings=build_type={{.CMAKE_BUILD_TYPE}}
- name: ⚙️ Install Qt Version ${{ matrix.qt_version }}
uses: jurplel/install-qt-action@f03f05556819ceb3781ee2f455ec44c339d683c0 # v4.0.0
with:
Expand Down

0 comments on commit 9d3d04d

Please sign in to comment.