From 191e77ec5d03ec270054fdb95a8e82b648ac9dd9 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sun, 28 Apr 2024 20:27:24 +0530 Subject: [PATCH] Fix CI error --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 131ad369..9e5d8019 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,8 +30,9 @@ jobs: # see: https://github.com/actions/setup-python/issues/577 brew update || true brew install llvm || true - brew link --overwrite python@3.11 + brew unlink python@3.11 && brew link python@3.11 export PATH="/usr/local/opt/llvm/bin:$PATH" + export PATH="/opt/homebrew/opt/llvm/bin:$PATH" export CFLAGS="$CFLAGS -Werror" make clean make