We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4bc94c commit e2733c7Copy full SHA for e2733c7
.github/workflows/linux_and_macos.yml
@@ -103,15 +103,6 @@ jobs:
103
portaudio \
104
sdl12-compat
105
106
- # Patch ax_check_gl.m4 of autoconf-archive 2024.10.16 as needed
107
- # https://github.com/Homebrew/homebrew-core/issues/202234
108
- set -x -o pipefail
109
- ax_check_gl_m4=/usr/local/Cellar/autoconf-archive/2024.10.16/share/aclocal/ax_check_gl.m4
110
- if [[ -e "${ax_check_gl_m4}" ]] && ! grep -qF '[m4_fatal' "${ax_check_gl_m4}" ; then
111
- wget -O- https://github.com/autoconf-archive/autoconf-archive/commit/427e226a2fe3980388abffd6de25ed6b9591cce3.patch \
112
- | sudo patch -N "${ax_check_gl_m4}"
113
- fi
114
-
115
- name: Setting dynamic environment variables
116
run: |-
117
set -x
0 commit comments