Skip to content

Commit 0ade2e0

Browse files
committed
use game-ci to set up Unity
1 parent 8b0289e commit 0ade2e0

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/create-release-pr.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,9 @@ jobs:
5252
key: unity-${{ runner.os }}-2021.3.0f1
5353

5454
- name: Setup Unity
55-
if: steps.cache-unity.outputs.cache-hit != 'true'
56-
uses: buildalon/unity-setup@v2.1.1
55+
uses: game-ci/unity-setup@v4
5756
with:
58-
version: 2021.3.0f1
57+
unityVersion: 2021.3.0f1
5958

6059
- name: Verify Unity install
6160
run: |

0 commit comments

Comments
 (0)