File tree Expand file tree Collapse file tree 4 files changed +40
-0
lines changed Expand file tree Collapse file tree 4 files changed +40
-0
lines changed Original file line number Diff line number Diff line change 7878 path : /tmp/android-ndk-r16b
7979 key : android-ndk-${{ matrix.os }}-r16b
8080
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+
8189 - name : Install prerequisites
8290 shell : bash
8391 run : |
Original file line number Diff line number Diff line change @@ -327,6 +327,14 @@ jobs:
327327 with :
328328 python-version : ${{ matrix.python_version }}
329329
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+
330338 - name : Install prerequisites
331339 run : |
332340 python scripts/gha/install_prereqs_desktop.py
@@ -432,6 +440,14 @@ jobs:
432440 with :
433441 python-version : 3.7
434442
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+
435451 - name : Install prerequisites
436452 run : |
437453 cd sdk-src
Original file line number Diff line number Diff line change @@ -136,6 +136,14 @@ jobs:
136136 python-version : ${{ matrix.python_version }}
137137 architecture : ' x64'
138138
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+
139147 - name : Install prerequisites
140148 run : |
141149 python scripts/gha/install_prereqs_desktop.py
Original file line number Diff line number Diff line change @@ -265,6 +265,14 @@ jobs:
265265 with :
266266 python-version : ' 3.7'
267267
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+
268276 - name : Install SDK Desktop prerequisites
269277 if : matrix.target_platform == 'Desktop'
270278 run : |
You can’t perform that action at this time.
0 commit comments