Skip to content

Commit a530423

Browse files
remove useless step that prints NDK path
1 parent ca10fe9 commit a530423

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/rebuildDependencies.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -206,18 +206,6 @@ jobs:
206206
- name: Remove builds and source code
207207
run: conan cache clean
208208

209-
- name: Get NDK path
210-
if: ${{ startsWith(matrix.platform, 'android') }}
211-
run: |
212-
ndkPackage='android-ndk'
213-
hexRegex='[[:xdigit:]]+'
214-
215-
ndkPackageRevision=$(conan list --format=compact "$ndkPackage/*:*" \
216-
| egrep --only-matching "$ndkPackage/\\w+#$hexRegex:$hexRegex")
217-
ndkPackagePath=$(conan cache path "$ndkPackageRevision")
218-
ndkPath="$ndkPackagePath/bin"
219-
echo "NDK directory: $ndkPath"
220-
221209
- name: Remove build requirements' binaries
222210
run: |
223211
graphFile='graph.json'

0 commit comments

Comments
 (0)