File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -70,21 +70,21 @@ jobs:
70
70
restore-keys : |
71
71
Library-${{ matrix.platform }}-${{ matrix.unityVersion }}
72
72
73
- - name : Cache Packages
74
- uses : actions/cache@v4
75
- with :
76
- path : $HOME/.cache/unity3d/packages
77
- key : Packages-${{ hashFiles('Packages/packages-lock.json') }}-${{ matrix.unityVersion }}
78
- restore-keys : |
79
- Packages-${{ hashFiles('Packages/packages-lock.json') }}-${{ matrix.unityVersion }}
73
+ # - name: Cache Packages
74
+ # uses: actions/cache@v4
75
+ # with:
76
+ # path: $HOME/.cache/unity3d/packages
77
+ # key: Packages-${{ hashFiles('Packages/packages-lock.json') }}-${{ matrix.unityVersion }}
78
+ # restore-keys: |
79
+ # Packages-${{ hashFiles('Packages/packages-lock.json') }}-${{ matrix.unityVersion }}
80
80
81
- - name : Cache Packages
82
- uses : actions/cache@v4
83
- with :
84
- path : /var/lib/docker/
85
- key : Docker-Images-${{ matrix.platform }}-${{ matrix.unityVersion }}
86
- restore-keys : |
87
- Docker-Images-${{ matrix.platform }}-${{ matrix.unityVersion }}
81
+ # - name: Cache Packages
82
+ # uses: actions/cache@v4
83
+ # with:
84
+ # path: /var/lib/docker/
85
+ # key: Docker-Images-${{ matrix.platform }}-${{ matrix.unityVersion }}
86
+ # restore-keys: |
87
+ # Docker-Images-${{ matrix.platform }}-${{ matrix.unityVersion }}
88
88
89
89
# - name: Cleanup Docker
90
90
# run: |
You can’t perform that action at this time.
0 commit comments