We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62db50f commit 567908eCopy full SHA for 567908e
.github/workflows/create-release-pr.yml
@@ -65,15 +65,6 @@ jobs:
65
brew install gh jq || true
66
gh auth status || gh auth login --with-token <<< "$GH_TOKEN"
67
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
-
77
# setup Unity using the version file
78
- name: Setup Unity
79
uses: buildalon/[email protected]
0 commit comments