Skip to content

Commit 08d13a1

Browse files
committed
ci: add timeout and untap aws/tap to fix Intel runner hang
1 parent 29e6f3b commit 08d13a1

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build-macos-libs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,10 @@ jobs:
4949
- name: Install GLFW and GLEW
5050
run: |
5151
export HOMEBREW_NO_REQUIRE_TAP_TRUST=1
52-
brew install glfw glew
52+
export NONINTERACTIVE=1
53+
brew untap aws/tap 2>/dev/null || true
54+
brew install --quiet glfw glew
55+
timeout-minutes: 15
5356

5457
- name: Collect and fix dylib install names
5558
run: |

0 commit comments

Comments
 (0)