Skip to content

Commit bf5fba6

Browse files
authored
Remove windows unsupported u3d cmd (#408)
1 parent 030a8df commit bf5fba6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/gha/unity_installer.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,6 @@ def install_unity(unity_version, platforms):
178178
run([u3d, "install", "--trace",
179179
"--verbose", unity_full_version,
180180
"-p", package_csv])
181-
# This will list what u3d has installed. For debugging purposes.
182-
run([u3d, "list"], check=False)
183181
logging.info("Finished installing Unity.")
184182

185183

0 commit comments

Comments
 (0)