We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26e512f commit 22f7dcbCopy full SHA for 22f7dcb
1 file changed
.github/workflows/deploy-docs.yml
@@ -49,7 +49,7 @@ jobs:
49
50
- name: Install Conan
51
run: |
52
- pip install conan
+ pip install "conan<2"
53
mkdir -p ~/.conan2/profiles
54
cp .github/workflows/conan/profiles/gcc11 ~/.conan2/profiles/default
55
0 commit comments