attempt at fixing macos CI

This commit is contained in:
NRK 2023-01-10 14:01:46 +06:00
parent 2b6fb3f388
commit cf68675478

View file

@ -27,9 +27,10 @@ jobs:
env: env:
CC: clang CC: clang
run: | run: |
rm '/usr/local/bin/2to3-3.11' # see: https://github.com/actions/setup-python/issues/577
brew update brew update || true
brew install llvm brew install llvm || true
brew link --overwrite python@3.11
export PATH="/usr/local/opt/llvm/bin:$PATH" export PATH="/usr/local/opt/llvm/bin:$PATH"
export CFLAGS="$CFLAGS -Werror" export CFLAGS="$CFLAGS -Werror"
make clean make clean