Skip to content

Commit 567908e

Browse files
committed
remove cache
1 parent 62db50f commit 567908e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,6 @@ 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-
7768
# setup Unity using the version file
7869
- name: Setup Unity
7970
uses: buildalon/[email protected]

0 commit comments

Comments
 (0)