We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edc1f7c commit a49778cCopy full SHA for a49778c
.github/workflows/code_testing.yml
@@ -52,7 +52,7 @@ jobs:
52
- name: Configure conan
53
run: |
54
pip3 install conan==2.3.0
55
- conan profile new --detect default
+ conan profile detect default
56
conan profile update settings.compiler.libcxx=libstdc++11 default
57
conan remote add -f dice-group https://conan.dice-research.org/artifactory/api/conan/tentris
58
0 commit comments