We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 312e65d commit 44bec85Copy full SHA for 44bec85
.github/workflows/rebuildDependencies.yml
@@ -104,13 +104,8 @@ jobs:
104
run: |
105
rm -rf ~/.conan/data/sqlite3
106
107
- - name: Setup Python
108
- uses: actions/setup-python@v5
109
- with:
110
- python-version: '3.10'
111
-
112
- - name: Setup Conan
113
- run: pip3 install 'conan<2.0'
+ - name: Install Conan
+ run: pipx install 'conan<2.0'
114
115
- name: Generate conan profile
116
0 commit comments