We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b5cefb commit bd90a9dCopy full SHA for bd90a9d
.github/workflows/linux_and_macos.yml
@@ -67,22 +67,12 @@ jobs:
67
if: runner.os == 'macOS'
68
run: |-
69
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
+ autoconf-archive
+
+ # Find and patch ax_check_gl.m4 as needed
+ # https://github.com/Homebrew/homebrew-core/issues/202234
+ find /usr/local/opt/ -type f -name ax_check_gl.m4
+ exit 1 # TODO
86
87
- name: Setting dynamic environment variables
88
0 commit comments