Skip to content

Commit a4f1fdc

Browse files
committed
[REVERT ME] Add "brew config" and "brew doctor"
1 parent a499c91 commit a4f1fdc

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.github/workflows/linux_and_macos.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff 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: |-

0 commit comments

Comments
 (0)