Skip to content

Commit

Permalink
Add build type for canon build
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuelbert authored Oct 31, 2024
1 parent 9d3d04d commit a1643a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jobs:
echo "Setup conan"
conan profile detect --force
conan profile show
conan install . --build=missing --settings=build_type={{.CMAKE_BUILD_TYPE}}
conan install . --build=missing --settings=build_type=${{matrix.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 a1643a2

Please sign in to comment.