Incorrect command fix

This commit is contained in:
Morgan Pretty 2024-02-07 15:24:16 +11:00
parent 026fc43a87
commit 5b2d9f703c

View File

@ -78,7 +78,7 @@ local ci_dep_mirror(want_mirror) = (if want_mirror then ' -DLOCAL_MIRROR=https:/
pull: 'always',
environment: { ANDROID_HOME: '/usr/lib/android-sdk' },
commands: [
'apt-get ninja-build',
'apt-get install -y ninja-build',
'./gradlew assemblePlayDebug'
],
},