Skip to content

Commit 5de81a0

Browse files
author
András Kurai
committed
fix unity install path
1 parent 57b8ed5 commit 5de81a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- name: Install Unity
1818
shell: pwsh
19-
run: choco install unity --version=2019.4.0 --no-progress -y --ignore-package-exit-codes=3010
19+
run: choco install unity --params="'/InstallationPath:C:\Program Files\Unity\Hub\Editor\2019.4.0f1'" --version=2019.4.0 --no-progress -y --ignore-package-exit-codes=3010
2020

2121
- name: Build DocFX
2222
shell: pwsh

0 commit comments

Comments
 (0)