Files
libgit2/ci/setup-osx-build.sh
Edward Thomson 12eecf0abc ci: update to (mostly) latest images
Update to the latest CI images, except macOS - where there's a memory
leak in macos-14.
2024-09-29 23:32:19 +01:00

11 lines
215 B
Bash
Executable File

#!/bin/sh
set -ex
brew update
brew install ninja
sudo mkdir /usr/local/lib || true
sudo chmod 0755 /usr/local/lib
sudo ln -s /Applications/Xcode.app/Contents/Developer/usr/lib/libLeaksAtExit.dylib /usr/local/lib