Skip to content

Commit 3946f8f

Browse files
committed
. e configure Conan for Visual Studio builds
1 parent 6b67e08 commit 3946f8f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/github_actions_build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,14 @@ jobs:
219219
python-version: '3.11'
220220
- uses: ./.github/actions/setup-conan
221221

222+
- name: configure Conan for Visual Studio 2022
223+
run: |
224+
conan profile remove settings.compiler.libcxx default
225+
conan profile update settings.compiler="Visual Studio" default
226+
conan profile update settings.compiler.version=17 default
227+
conan profile update settings.compiler.runtime=MD default
228+
conan profile show default
229+
222230
- name: install boost
223231
run: |
224232
${boostroot} = "${env:GITHUB_WORKSPACE}\boost_install"

0 commit comments

Comments
 (0)