File tree 4 files changed +40
-0
lines changed 4 files changed +40
-0
lines changed Original file line number Diff line number Diff line change 78
78
path : /tmp/android-ndk-r16b
79
79
key : android-ndk-${{ matrix.os }}-r16b
80
80
81
+ - name : Update homebrew (avoid bintray errors)
82
+ if : startsWith(matrix.os, 'macos')
83
+ run : |
84
+ # Temporarily here until Github runners have updated their version of
85
+ # homebrew. This prevents errors arising from the shut down of
86
+ # binutils, used by older version of homebrew for hosting packages.
87
+ brew update
88
+
81
89
- name : Install prerequisites
82
90
shell : bash
83
91
run : |
Original file line number Diff line number Diff line change @@ -327,6 +327,14 @@ jobs:
327
327
with :
328
328
python-version : ${{ matrix.python_version }}
329
329
330
+ - name : Update homebrew (avoid bintray errors)
331
+ if : runner.os == 'macOS'
332
+ run : |
333
+ # Temporarily here until Github runners have updated their version of
334
+ # homebrew. This prevents errors arising from the shut down of
335
+ # binutils, used by older version of homebrew for hosting packages.
336
+ brew update
337
+
330
338
- name : Install prerequisites
331
339
run : |
332
340
python scripts/gha/install_prereqs_desktop.py
@@ -432,6 +440,14 @@ jobs:
432
440
with :
433
441
python-version : 3.7
434
442
443
+ - name : Update homebrew (avoid bintray errors)
444
+ if : runner.os == 'macOS'
445
+ run : |
446
+ # Temporarily here until Github runners have updated their version of
447
+ # homebrew. This prevents errors arising from the shut down of
448
+ # binutils, used by older version of homebrew for hosting packages.
449
+ brew update
450
+
435
451
- name : Install prerequisites
436
452
run : |
437
453
cd sdk-src
Original file line number Diff line number Diff line change @@ -136,6 +136,14 @@ jobs:
136
136
python-version : ${{ matrix.python_version }}
137
137
architecture : ' x64'
138
138
139
+ - name : Update homebrew (avoid bintray errors)
140
+ if : startsWith(matrix.os, 'macos')
141
+ run : |
142
+ # Temporarily here until Github runners have updated their version of
143
+ # homebrew. This prevents errors arising from the shut down of
144
+ # binutils, used by older version of homebrew for hosting packages.
145
+ brew update
146
+
139
147
- name : Install prerequisites
140
148
run : |
141
149
python scripts/gha/install_prereqs_desktop.py
Original file line number Diff line number Diff line change @@ -265,6 +265,14 @@ jobs:
265
265
with :
266
266
python-version : ' 3.7'
267
267
268
+ - name : Update homebrew (avoid bintray errors)
269
+ if : startsWith(matrix.os, 'macos')
270
+ run : |
271
+ # Temporarily here until Github runners have updated their version of
272
+ # homebrew. This prevents errors arising from the shut down of
273
+ # binutils, used by older version of homebrew for hosting packages.
274
+ brew update
275
+
268
276
- name : Install SDK Desktop prerequisites
269
277
if : matrix.target_platform == 'Desktop'
270
278
run : |
You can’t perform that action at this time.
0 commit comments