Update osrm-backend.yml
This commit is contained in:
parent
76c28a9301
commit
bc6cf14e79
3
.github/workflows/osrm-backend.yml
vendored
3
.github/workflows/osrm-backend.yml
vendored
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user