Update cmake-android.yml

This commit is contained in:
Tom M 2021-06-14 23:10:56 +02:00 committed by GitHub
parent 39897d9b76
commit 9c910f45f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,8 +21,8 @@ steps:
set -ex
pushd ${{ parameters.sourceDir }}
mkdir -p build
pushd build
mkdir -p build_${ANDROID_ABI_CMAKE}
pushd build_${ANDROID_ABI_CMAKE}
# Invoke cmake in the most correctest way I've could find while try and erroring:
#