CI: force uninstall of libx11 on x86_64-macos

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-03-06 02:04:47 -07:00
parent 12d7365282
commit 9b3d6500e8

View file

@ -82,7 +82,7 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Setup Zig - name: Setup Zig
run: | run: |
brew uninstall libx11 # https://github.com/ziglang/zig/issues/11066 brew uninstall --ignore-dependencies libx11 # https://github.com/ziglang/zig/issues/11066
brew install xz 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' 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 - name: test