File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -84,14 +84,13 @@ jobs:
8484 portaudio \
8585 sdl12-compat
8686
87- # Patch ax_check_gl.m4 of autoconf-archive 2024.10.16 as needed
88- # https://github.com/Homebrew/homebrew-core/issues/202234
89- set -x -o pipefail
90- ax_check_gl_m4=/usr/local/Cellar/autoconf-archive/2024.10.16/share/aclocal/ax_check_gl.m4
91- if [[ -e "${ax_check_gl_m4}" ]] && ! grep -qF '[m4_fatal' "${ax_check_gl_m4}" ; then
92- wget -O- https://github.com/autoconf-archive/autoconf-archive/commit/427e226a2fe3980388abffd6de25ed6b9591cce3.patch \
93- | sudo patch -N "${ax_check_gl_m4}"
94- fi
87+ set -x
88+ echo XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
89+ brew config >&2
90+ echo XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
91+ brew doctor >&2
92+ echo XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
93+ exit 1
9594
9695 - name : Setting dynamic environment variables
9796 run : |-
You can’t perform that action at this time.
0 commit comments