Fix CI error

This commit is contained in:
Arun Prakash Jana 2024-04-28 20:27:24 +05:30
parent 46b5255814
commit 191e77ec5d
No known key found for this signature in database
GPG Key ID: 4A865183AF6C5631
1 changed files with 2 additions and 1 deletions

View File

@ -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