Skip to content

Commit

Permalink
[REVERT ME] Add "brew config" and "brew doctor"
Browse files Browse the repository at this point in the history
  • Loading branch information
hartwork committed Dec 24, 2024
1 parent a499c91 commit a4f1fdc
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/linux_and_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,13 @@ jobs:
portaudio \
sdl12-compat
# Patch ax_check_gl.m4 of autoconf-archive 2024.10.16 as needed
# https://github.com/Homebrew/homebrew-core/issues/202234
set -x -o pipefail
ax_check_gl_m4=/usr/local/Cellar/autoconf-archive/2024.10.16/share/aclocal/ax_check_gl.m4
if [[ -e "${ax_check_gl_m4}" ]] && ! grep -qF '[m4_fatal' "${ax_check_gl_m4}" ; then
wget -O- https://github.com/autoconf-archive/autoconf-archive/commit/427e226a2fe3980388abffd6de25ed6b9591cce3.patch \
| sudo patch -N "${ax_check_gl_m4}"
fi
set -x
echo XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
brew config >&2
echo XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
brew doctor >&2
echo XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
exit 1
- name: Setting dynamic environment variables
run: |-
Expand Down

0 comments on commit a4f1fdc

Please sign in to comment.