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

View file

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