Skip to content

Commit 50d8c51

Browse files
committed
fix: testing project generation.
1 parent bc1d984 commit 50d8c51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/generate-unity-project-files.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77
workflow_dispatch:
8-
8+
99
jobs:
1010
setup-unity:
1111
runs-on: ubuntu-latest
@@ -27,8 +27,8 @@ jobs:
2727
2828
- name: Install Unity via Unity Hub CLI
2929
run: |
30-
unity-hub --headless install
31-
unity-hub -- --headless install --version 2022.3.15f1
30+
unity-hub --no-sandbox --headless install
31+
unity-hub --no-sandbox -- --headless install --version 2022.3.15f1
3232
3333
- name: Verify Unity Installation
3434
run: |

0 commit comments

Comments
 (0)