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 ca10fe9 commit a530423Copy full SHA for a530423
.github/workflows/rebuildDependencies.yml
@@ -206,18 +206,6 @@ jobs:
206
- name: Remove builds and source code
207
run: conan cache clean
208
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
221
- name: Remove build requirements' binaries
222
run: |
223
graphFile='graph.json'
0 commit comments