Skip to content

Commit 220dcf9

Browse files
committed
[skip ci] Limit "Update clang" step to 10 minutes
Just like brew this can stall, apparently...
1 parent cb4ea1d commit 220dcf9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@ jobs:
310310
with:
311311
ref: ${{ fromJson(inputs.branch).ref }}
312312
- name: Update clang
313+
timeout-minutes: 10
313314
uses: ./.github/actions/macos-update-clang
314315
- name: brew
315316
timeout-minutes: 10

0 commit comments

Comments
 (0)