Skip to content

Commit

Permalink
Merge branch 'main' into ci/optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Oct 17, 2024
2 parents d19b659 + 52934ab commit bdfea2d
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/build-conan-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ jobs:
conan profile detect --force
conan install /tmp/conanfile.py \
--update \
--build='missing' \
-s build_type=Release \
-s compiler.cppstd="$cppstd" \
Expand Down Expand Up @@ -283,10 +282,11 @@ jobs:
- name: Install dependencies
if: steps.cache-conan.outputs.cache-hit != 'true'
run: |
conan install conanfile.py \
--build='missing' \
-s build_type=Release \
-s compiler.cppstd=${{ inputs.cppstd }} \
conan install conanfile.py \
--build='missing' \
-s build_type=Release \
-s compiler.cppstd=${{ inputs.cppstd }} \
-s:h os.version="$MACOSX_DEPLOYMENT_TARGET" \
--options='*/*:shared=False'
- name: Clean Conan cache (post-build)
Expand Down Expand Up @@ -392,7 +392,6 @@ jobs:
if: steps.cache-conan.outputs.cache-hit != 'true'
run: |
conan install conanfile.py \
--update \
--build='missing' \
-s build_type=Release \
-s compiler.runtime_type=Release \
Expand Down

0 comments on commit bdfea2d

Please sign in to comment.