File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7979 newPathFile=$(mktemp)
8080 echo "$ANDROID_HOME/cmake/$cmakeVersion" | cat - "$GITHUB_PATH" > "$newPathFile"
8181 mv -f "$newPathFile" "$GITHUB_PATH"
82+ cat "$GITHUB_PATH"
8283
8384 echo "
8485 [platform_tool_requires]
@@ -110,6 +111,7 @@ jobs:
110111 - name : Build recipes with our patches
111112 shell : bash
112113 run : |
114+ cmake --version
113115 cciRepo='conan-center-index'
114116 branchName='master'
115117 recipePathMd4c='recipes/md4c'
@@ -138,10 +140,8 @@ jobs:
138140
139141 if [[ $package == qt ]] ; then
140142 packagePath="$recipePathQt/5.x.x"
141- # extraOptions=${{ startsWith(matrix.platform, 'android') && '-o "qt/*:android_sdk=$ANDROID_HOME"' }}
142143 else
143144 packagePath="recipes/$package/all"
144- # extraOptions=
145145 fi
146146
147147 conan create "$packagePath" \
You can’t perform that action at this time.
0 commit comments