Update azure-pipelines-android.yml for Azure Pipelines

This commit is contained in:
Tom M 2021-06-14 23:30:09 +02:00
parent d30d0e80f9
commit cdd61de3c7
1 changed files with 1 additions and 1 deletions

View File

@ -657,7 +657,7 @@ jobs:
- bash: |
set -ex
# as very last step before creating the pipeline cache, remove fluidsynth
pushd build
pushd build_$(ANDROID_ABI_CMAKE)
make uninstall
popd
displayName: 'Uninstall fluidsynth'