Skip to content

Commit 13c2190

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

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/linux_and_macos.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,11 @@ 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+
echo XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
88+
brew config
89+
brew doctor
90+
echo XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
91+
exit 1
9592
9693
- name: Setting dynamic environment variables
9794
run: |-

0 commit comments

Comments
 (0)