mirror of
https://github.com/jarun/nnn.git
synced 2024-11-25 04:11:29 +00:00
Fix CI error
This commit is contained in:
parent
46b5255814
commit
191e77ec5d
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -30,8 +30,9 @@ jobs:
|
||||||
# see: https://github.com/actions/setup-python/issues/577
|
# see: https://github.com/actions/setup-python/issues/577
|
||||||
brew update || true
|
brew update || true
|
||||||
brew install llvm || 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="/usr/local/opt/llvm/bin:$PATH"
|
||||||
|
export PATH="/opt/homebrew/opt/llvm/bin:$PATH"
|
||||||
export CFLAGS="$CFLAGS -Werror"
|
export CFLAGS="$CFLAGS -Werror"
|
||||||
make clean
|
make clean
|
||||||
make
|
make
|
||||||
|
|
Loading…
Reference in a new issue