Skip to content

Commit cea1710

Browse files
committed
Revert "remove cache"
This reverts commit 567908e.
1 parent 567908e commit cea1710

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,15 @@ jobs:
6565
brew install gh jq || true
6666
gh auth status || gh auth login --with-token <<< "$GH_TOKEN"
6767
68+
# to save time, use cached Unity installation if available
69+
- name: Cache Unity
70+
uses: actions/cache@v4
71+
with:
72+
path: /Applications/Unity/Hub
73+
key: UnityEditor-${{ runner.os }}
74+
restore-keys: |
75+
UnityEditor-${{ runner.os }}
76+
6877
# setup Unity using the version file
6978
- name: Setup Unity
7079
uses: buildalon/[email protected]

0 commit comments

Comments
 (0)