Skip to content

Commit 0af83ab

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/linux_and_macos.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@ jobs:
8484
portaudio \
8585
sdl12-compat
8686
87+
# Find and patch ax_check_gl.m4 as needed
88+
# https://github.com/Homebrew/homebrew-core/issues/202234
89+
find /opt/homebrew/ -type f -name ax_check_gl.m4
90+
exit 1 # TODO
91+
8792
- name: Setting dynamic environment variables
8893
run: |-
8994
set -x

0 commit comments

Comments
 (0)