File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ local ci_dep_mirror(want_mirror) = (if want_mirror then ' -DLOCAL_MIRROR=https:/
3838 pull: 'always' ,
3939 environment: { ANDROID_HOME: '/usr/lib/android-sdk' },
4040 commands: [
41+ 'apt-get update' ,
4142 'apt-get install -y ninja-build openjdk-17-jdk' ,
4243 'update-java-alternatives -s java-1.17.0-openjdk-amd64' ,
4344 './gradlew testPlayDebugUnitTestCoverageReport'
@@ -79,6 +80,7 @@ local ci_dep_mirror(want_mirror) = (if want_mirror then ' -DLOCAL_MIRROR=https:/
7980 pull: 'always' ,
8081 environment: { SSH_KEY: { from_secret: 'SSH_KEY' }, ANDROID_HOME: '/usr/lib/android-sdk' },
8182 commands: [
83+ 'apt-get update' ,
8284 'apt-get install -y ninja-build openjdk-17-jdk' ,
8385 'update-java-alternatives -s java-1.17.0-openjdk-amd64' ,
8486 './gradlew assemblePlayDebug' ,
You can’t perform that action at this time.
0 commit comments