There was an error while loading. Please reload this page.
1 parent 6b67e08 commit 3946f8fCopy full SHA for 3946f8f
1 file changed
.github/workflows/github_actions_build.yml
@@ -219,6 +219,14 @@ jobs:
219
python-version: '3.11'
220
- uses: ./.github/actions/setup-conan
221
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
+
230
- name: install boost
231
run: |
232
${boostroot} = "${env:GITHUB_WORKSPACE}\boost_install"
0 commit comments