You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while [[ $? == 0 ]]; do for i in 1 2 3; do if brew update && brew install automake libtool; then break 2; else echo Error: wait to try again; sleep 10; fi; done; false Too many retries; done
87
88
88
89
- name: 'toolchain versions'
89
90
run: echo '::group::brew packages installed'; ls -l /opt/homebrew/opt; echo '::endgroup::'
0 commit comments