From 12d7365282cacf3a27e6c177c6c319c79f520666 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Sun, 6 Mar 2022 02:01:28 -0700 Subject: [PATCH] CI: uninstall libx11 on x86_64-macos to avoid conflict Signed-off-by: Stephen Gutekanst --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 97113efb..4b28c58f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,6 +82,7 @@ jobs: uses: actions/checkout@v2 - name: Setup Zig run: | + brew uninstall 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