From 2e5eee5460d5462b82e1677ab4b6f475430d2ba6 Mon Sep 17 00:00:00 2001 From: Bryan Phelps Date: Sat, 11 Dec 2021 12:25:38 -0800 Subject: [PATCH] Don't delete Android SDK on Windows images --- .ci/clean-windows-deps.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.ci/clean-windows-deps.yml b/.ci/clean-windows-deps.yml index df953d77fb..3369b5d197 100644 --- a/.ci/clean-windows-deps.yml +++ b/.ci/clean-windows-deps.yml @@ -27,8 +27,6 @@ steps: displayName: "Remove Internet Explorer" - script: rd /s /q "C:\Program Files\Unity Hub" displayName: "Remove Unity" - - script: rd /s /q "C:\Program Files\Android" - displayName: "Remove Android SDK" - script: rd /s /q "C:\Program Files\MongoDB" displayName: "Remove MongoDB" - script: rd /s /q "%JAVA_HOME%"