Skip to content

Commit ce23734

Browse files
committed
remove cache
1 parent cc48e3c commit ce23734

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,7 @@ jobs:
4444
brew install gh jq || true
4545
gh auth status || gh auth login --with-token <<< "$GH_TOKEN"
4646
47-
- name: Cache Unity installation
48-
id: cache-unity
49-
uses: actions/cache@v4
50-
with:
51-
path: /home/runner/Unity
52-
key: unity-${{ runner.os }}-2021.3.0f1
53-
5447
- name: Setup Unity
55-
if: steps.cache-unity.outputs.cache-hit != 'true'
5648
uses: buildalon/unity-setup@v2.1.1
5749
with:
5850
version: 2021.3.0f1

0 commit comments

Comments
 (0)