Skip to content

Commit 9187887

Browse files
authored
Uninstall android-34 on the GHA machines (#770)
1 parent 5b69cd5 commit 9187887

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/gha/build_testapps.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,8 @@ def patch_android_env(unity_version):
556556
# but currently the GitHub runners have 33 as their max.
557557
logging.info("Uninstall Android platform android-33")
558558
_run([sdkmanager_path, "--uninstall",
559-
"platforms;android-33", "platforms;android-33-ext4", "platforms;android-33-ext5"], check=False)
559+
"platforms;android-33", "platforms;android-33-ext4", "platforms;android-33-ext5",
560+
"platforms;android-34"], check=False)
560561
except Exception as e:
561562
logging.exception("Failed to uninstall Android platform android-33")
562563

0 commit comments

Comments
 (0)