Skip to content

Commit

Permalink
Remove caching
Browse files Browse the repository at this point in the history
  • Loading branch information
szymmirr authored Nov 21, 2023
1 parent a27bb5b commit d4fdbe8
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/unity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- uses: actions/cache@v3
with:
path: Library
key: Library-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }}
restore-keys: |
Library-
- name: Unity Builder
uses: game-ci/[email protected]
env:
Expand Down Expand Up @@ -62,13 +55,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- uses: actions/cache@v3
with:
path: Library
key: Library-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }}
restore-keys: |
Library-
- name: Unity Builder
uses: game-ci/[email protected]
env:
Expand Down

0 comments on commit d4fdbe8

Please sign in to comment.