summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Prakash Jana <engineerarun@gmail.com>2024-04-28 20:27:24 +0530
committerArun Prakash Jana <engineerarun@gmail.com>2024-04-28 20:37:53 +0530
commit191e77ec5d03ec270054fdb95a8e82b648ac9dd9 (patch)
treebd5d87245b793610df569791818025cf540190f3
parent46b5255814ba7cd4f1e27c8217ee66356f32b977 (diff)
Fix CI error
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 2 insertions, 1 deletions
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