glfw: CI: uninstall libx11 on x86_64-macos to avoid conflicts

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-03-06 02:10:07 -07:00
parent 09579e649d
commit 38b896ed83

View file

@ -73,6 +73,7 @@ jobs:
uses: actions/checkout@v2
- name: Setup Zig
run: |
brew uninstall --ignore-dependencies libx11 # https://github.com/ziglang/zig/issues/11066
brew install xz
sudo sh -c 'wget -c https://ziglang.org/builds/zig-macos-x86_64-0.10.0-dev.1107+7deadf430.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin'
- name: test