Skip to content

Commit e505d67

Browse files
authored
chore: we only need one library folder cache
1 parent 9f5d3f0 commit e505d67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
- uses: actions/cache@v4
3636
with:
3737
path: Library
38-
key: Library-${{ runner.os }}-${{ hashFiles('Packages/manifest.json', 'ProjectSettings/ProjectVersion.txt') }}
38+
key: Library
3939
restore-keys: |
40-
Library-${{ runner.os }}-
40+
Library
4141
4242
# Build
4343
- name: Build App

0 commit comments

Comments
 (0)