File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 13
13
build :
14
14
runs-on : ubuntu-latest
15
15
strategy :
16
- fail-fast : false
17
- max-parallel : 5
16
+ fail-fast : true
17
+ max-parallel : 10
18
18
matrix :
19
19
unityVersion :
20
20
- 2019.4.40f1
@@ -66,25 +66,25 @@ jobs:
66
66
- uses : actions/cache@v4
67
67
with :
68
68
path : Library
69
- key : Library-AUP- ${{ matrix.platform }}-${{ matrix.unityVersion }}
69
+ key : Library-${{ matrix.platform }}-${{ matrix.unityVersion }}
70
70
restore-keys : |
71
- Library-AUP-
71
+ Library-${{ matrix.platform }}-${{ matrix.unityVersion }}
72
72
73
73
- name : Cache Packages
74
74
uses : actions/cache@v4
75
75
with :
76
76
path : $HOME/.cache/unity3d/packages
77
77
key : Packages-${{ hashFiles('Packages/packages-lock.json') }}-${{ matrix.unityVersion }}
78
78
restore-keys : |
79
- Packages-
79
+ Packages-${{ hashFiles('Packages/packages-lock.json') }}-${{ matrix.unityVersion }}
80
80
81
81
- name : Cache Packages
82
82
uses : actions/cache@v4
83
83
with :
84
84
path : /var/lib/docker/
85
- key : Docker-Images
85
+ key : Docker-Images-${{ matrix.platform }}-${{ matrix.unityVersion }}
86
86
restore-keys : |
87
- Docker-Images
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