File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 27
27
LC_ALL : en_US.UTF-8
28
28
LANG : en_US.UTF-8
29
29
U3D_PASSWORD : " "
30
+ # Disable checking for U3D updates, since it is buggy
31
+ U3D_SKIP_UPDATE_CHECK : 1
30
32
CCACHE_DIR : ${{ github.workspace }}/ccache_dir
31
33
32
34
steps :
71
73
72
74
- name : Install Unity installer (U3D)
73
75
shell : bash
74
- run : gem install u3d
76
+ run : gem install u3d -v 1.2.3
75
77
76
78
- name : Install python deps
77
79
shell : bash
Original file line number Diff line number Diff line change @@ -210,13 +210,15 @@ jobs:
210
210
LC_ALL : en_US.UTF-8
211
211
LANG : en_US.UTF-8
212
212
U3D_PASSWORD : " "
213
+ # Disable checking for U3D updates, since it is buggy
214
+ U3D_SKIP_UPDATE_CHECK : 1
213
215
steps :
214
216
- uses : actions/checkout@v2
215
217
- name : Install Unity installer (U3D)
216
218
timeout-minutes : 10
217
219
shell : bash
218
220
run : |
219
- gem install u3d
221
+ gem install u3d -v 1.2.3
220
222
u3d available
221
223
# u3d available -u ${{ matrix.unity_version }} -p
222
224
- name : Setup python
Original file line number Diff line number Diff line change 29
29
LC_ALL : en_US.UTF-8
30
30
LANG : en_US.UTF-8
31
31
U3D_PASSWORD : " "
32
+ # Disable checking for U3D updates, since it is buggy
33
+ U3D_SKIP_UPDATE_CHECK : 1
32
34
xcodeVersion : " 13.3.1"
33
35
34
36
steps :
64
66
65
67
- name : Install Unity installer (U3D)
66
68
shell : bash
67
- run : gem install u3d
69
+ run : gem install u3d -v 1.2.3
68
70
69
71
- name : Install python deps
70
72
shell : bash
You can’t perform that action at this time.
0 commit comments