We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a49778c commit 9f25429Copy full SHA for 9f25429
.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 detect default
+ conan profile detect
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