Skip to content

Commit 57b8ed5

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@v2
1616

17+
- name: Install Unity
18+
shell: pwsh
19+
run: choco install unity --version=2019.4.0 --no-progress -y --ignore-package-exit-codes=3010
20+
1721
- name: Build DocFX
1822
shell: pwsh
1923
run: ./build.ps1 BuildDocs --unity-email $env:UNITY_EMAIL --unity-password $env:UNITY_PASSWORD --unity-serial $env:UNITY_SERIAL --is-ci

0 commit comments

Comments
 (0)