Skip to content

Commit bd90a9d

Browse files
committed
[WIP] linux_and_macos.yml: Patch ax_check_gl.m4 on deman to fix macOS CI
1 parent 1b5cefb commit bd90a9d

File tree

1 file changed

+6
-16
lines changed

1 file changed

+6
-16
lines changed

.github/workflows/linux_and_macos.yml

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -67,22 +67,12 @@ jobs:
6767
if: runner.os == 'macOS'
6868
run: |-
6969
brew install \
70-
autoconf-archive \
71-
automake \
72-
bison \
73-
doxygen \
74-
flex \
75-
gettext \
76-
graphviz \
77-
gstreamer \
78-
gtk+3 \
79-
jack \
80-
libpng \
81-
luajit \
82-
orc \
83-
pkg-config \
84-
portaudio \
85-
sdl12-compat
70+
autoconf-archive
71+
72+
# Find and patch ax_check_gl.m4 as needed
73+
# https://github.com/Homebrew/homebrew-core/issues/202234
74+
find /usr/local/opt/ -type f -name ax_check_gl.m4
75+
exit 1 # TODO
8676
8777
- name: Setting dynamic environment variables
8878
run: |-

0 commit comments

Comments
 (0)