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 baa0223 commit 98de95cCopy full SHA for 98de95c
.github/workflows/rebuildDependencies.yml
@@ -146,7 +146,7 @@ jobs:
146
--build=missing \
147
--test-folder='' \
148
--core-conf core.sources.patch:extra_path="$custom_patches_path" \
149
- ${{ startsWith(matrix.platform, 'android') && '-o "qt/*:android_sdk=$ANDROID_HOME"' }}
+ ${{ startsWith(matrix.platform, 'android') && '-o "qt/*:android_sdk=$ANDROID_HOME"' || '' }}
150
done
151
152
# TODO: remove when https://github.com/conan-io/conan-center-index/pull/26577 is merged
0 commit comments