mirror of
https://github.com/jarun/nnn.git
synced 2025-01-15 21:36:42 +00:00
attempt at fixing macos CI
This commit is contained in:
parent
2b6fb3f388
commit
cf68675478
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
@ -27,9 +27,10 @@ jobs:
|
|||
env:
|
||||
CC: clang
|
||||
run: |
|
||||
rm '/usr/local/bin/2to3-3.11'
|
||||
brew update
|
||||
brew install llvm
|
||||
# see: https://github.com/actions/setup-python/issues/577
|
||||
brew update || true
|
||||
brew install llvm || true
|
||||
brew link --overwrite python@3.11
|
||||
export PATH="/usr/local/opt/llvm/bin:$PATH"
|
||||
export CFLAGS="$CFLAGS -Werror"
|
||||
make clean
|
||||
|
|
Loading…
Reference in a new issue