Skip to content

Commit 48d7512

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

File tree

1 file changed

+7
-16
lines changed

1 file changed

+7
-16
lines changed

.github/workflows/linux_and_macos.yml

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -67,22 +67,13 @@ 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+
set -x
75+
find / -type f -name ax_check_gl.m4
76+
exit 1 # TODO
8677
8778
- name: Setting dynamic environment variables
8879
run: |-

0 commit comments

Comments
 (0)