Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ananthu3375 authored Jul 31, 2024
1 parent b370df2 commit 73d038b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,11 +243,12 @@ jobs:
- name: Create Conan profile for Windows
if: ${{ runner.os == 'Windows' }}
run: |
conan profile new default --detect
conan profile update settings.compiler=Visual Studio default
conan profile update settings.compiler.version=16 default
conan profile detect --force
conan profile update settings.compiler=msvc default
conan profile update settings.compiler.version=193 default
conan profile update settings.compiler.runtime=dynamic default
conan profile update settings.compiler.cppstd=17 default
conan profile update settings.compiler.toolset=v142 default
conan profile update settings.compiler.runtime=MD default
- name: Installing conan dependencies
run: |
Expand Down

0 comments on commit 73d038b

Please sign in to comment.