Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
leoparente committed Jan 17, 2025
1 parent 5e90084 commit ef0571b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -469,10 +469,13 @@ jobs:
- name: Configure CMake
shell: bash
working-directory: ${{github.workspace}}/build
run: PKG_CONFIG_PATH=${{github.workspace}}/local/lib/pkgconfig cmake .. \
run: |
source Release/generators/conanbuild.sh
PKG_CONFIG_PATH=${{github.workspace}}/local/lib/pkgconfig cmake .. \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_PROJECT_TOP_LEVEL_INCLUDES=./cmake/conan_provider.cmake \
-DCONAN_HOST_PROFILE="host" \
-DCORRADE_RC_PROGRAM=$(command -v corrade-rc) \
-DCONAN_INSTALL_ARGS=--build=never
- name: Build
Expand Down

0 comments on commit ef0571b

Please sign in to comment.