Skip to content

Commit baa0223

Browse files
1
1 parent 2beb304 commit baa0223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rebuildDependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
135135
if [[ $package == qt ]] ; then
136136
packagePath="$recipePathQt/5.x.x"
137-
# extraOptions=${{ startsWith(matrix.platform, 'android') && "-o qt/*:android_sdk=$ANDROID_HOME" }}
137+
# extraOptions=${{ startsWith(matrix.platform, 'android') && '-o "qt/*:android_sdk=$ANDROID_HOME"' }}
138138
else
139139
packagePath="recipes/$package/all"
140140
# extraOptions=

0 commit comments

Comments
 (0)