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 2beb304 commit baa0223Copy full SHA for baa0223
.github/workflows/rebuildDependencies.yml
@@ -134,7 +134,7 @@ jobs:
134
135
if [[ $package == qt ]] ; then
136
packagePath="$recipePathQt/5.x.x"
137
- # extraOptions=${{ startsWith(matrix.platform, 'android') && "-o qt/*:android_sdk=$ANDROID_HOME" }}
+ # extraOptions=${{ startsWith(matrix.platform, 'android') && '-o "qt/*:android_sdk=$ANDROID_HOME"' }}
138
else
139
packagePath="recipes/$package/all"
140
# extraOptions=
0 commit comments