Rework conan init

This commit is contained in:
James Howard
2021-09-17 00:25:19 +00:00
committed by GitHub
parent 716d515f3e
commit 1692b99ff5

View File

@@ -35,9 +35,7 @@ jobs:
- name: Conan Profile Setup
run: |
conan profile new default
conan profile update settings.arch=x86_64 default
conan profile update settings.compiler=gcc default
conan config init
conan profile update settings.compiler.libcxx=libstdc++11 default
- name: Conan Install Dependencies