Skip to content

Commit 96f25c3

Browse files
1
1 parent b2b1e03 commit 96f25c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rebuildDependencies.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
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" \

0 commit comments

Comments
 (0)