Skip to content

Commit

Permalink
Fix windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Jan 28, 2024
1 parent 68d7ccc commit a513314
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ jobs:
if: steps.cache-conan.outputs.cache-hit != 'true'
run: |
conan profile detect --force
conan_profile="$(conan profile path default)"
sed -i 's/build_type=Release/build_type=${{ matrix.build_type }}/' "$conan_profile"
sed -i 's/compiler\.cppstd=.*/compiler.cppstd=17/' "$conan_profile"
- name: Clean Conan cache (pre-build)
if: steps.cache-conan.outputs.cache-hit != 'true'
Expand Down

0 comments on commit a513314

Please sign in to comment.