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.
conan install
1 parent 104042c commit 71a959eCopy full SHA for 71a959e
.github/workflows/rebuildDependencies.yml
@@ -206,7 +206,7 @@ jobs:
206
${{ startsWith(matrix.platform, 'android') && '-o "qt/*:android_sdk=$ANDROID_HOME"' || '' }}
207
done
208
209
- - name: Generate conan profile
+ - name: Build the rest of the dependencies
210
run: |
211
conan install . \
212
--output-folder=conan-generated \
0 commit comments