Update osrm-backend.yml

This commit is contained in:
Michael Bell 2024-03-14 23:30:29 +00:00 committed by GitHub
parent 76c28a9301
commit bc6cf14e79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -464,7 +464,8 @@ jobs:
echo "CXX=${CXXCOMPILER}" >> $GITHUB_ENV
if [[ "${RUNNER_OS}" == "macOS" ]]; then
# missing from GCC path, needed for conan builds of libiconv for example.
sudo xcode-select --switch /Library/Developer/CommandLineTools
sudo xcode-select --switch /Library/Developer/CommandLineTools
ls -al /Library/Developer/CommandLineTools/SDKs
echo "LIBRARY_PATH=${LIBRARY_PATH}:/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib" >> $GITHUB_ENV
fi