From 4d7ace26a78c4bbbc9a7f3ed7b5e75d51f5de45f Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Sun, 6 Mar 2022 02:10:21 -0700 Subject: [PATCH] gpu-dawn: CI: uninstall libx11 on x86_64-macos to avoid conflicts Signed-off-by: Stephen Gutekanst --- gpu-dawn/.github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gpu-dawn/.github/workflows/ci.yml b/gpu-dawn/.github/workflows/ci.yml index 0b19d89c..7913fa99 100644 --- a/gpu-dawn/.github/workflows/ci.yml +++ b/gpu-dawn/.github/workflows/ci.yml @@ -155,6 +155,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: Clone mach-glfw @@ -178,6 +179,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: Clone mach-glfw