Skip to content

Commit 3015321

Browse files
cynthiajoanCynthia Jiang
andauthored
Fix Unity version on linux runner (#365)
* u3d version? * more print out for u3d Co-authored-by: Cynthia Jiang <[email protected]>
1 parent 9265129 commit 3015321

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/gha/unity_installer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ def install_unity(unity_version, platforms):
171171
package_csv = ",".join(filter(None.__ne__, package_list))
172172

173173
u3d = find_u3d()
174+
run([u3d, "available", "-u", unity_version], check=False)
174175
run([u3d, "available", "-u", unity_full_version, "-p"], check=False)
175176
run([u3d, "install", "--trace",
176177
"--verbose", unity_full_version,

0 commit comments

Comments
 (0)