Update osrm-backend.yml
This commit is contained in:
parent
bc6cf14e79
commit
38ff187095
4
.github/workflows/osrm-backend.yml
vendored
4
.github/workflows/osrm-backend.yml
vendored
@ -463,10 +463,10 @@ jobs:
|
|||||||
echo "CC=${CCOMPILER}" >> $GITHUB_ENV
|
echo "CC=${CCOMPILER}" >> $GITHUB_ENV
|
||||||
echo "CXX=${CXXCOMPILER}" >> $GITHUB_ENV
|
echo "CXX=${CXXCOMPILER}" >> $GITHUB_ENV
|
||||||
if [[ "${RUNNER_OS}" == "macOS" ]]; then
|
if [[ "${RUNNER_OS}" == "macOS" ]]; then
|
||||||
# missing from GCC path, needed for conan builds of libiconv for example.
|
# 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
|
echo "LIBRARY_PATH=${LIBRARY_PATH}:/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib" >> $GITHUB_ENV
|
||||||
|
echo "CPATH=${CPATH}:/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include" >> $GITHUB_ENV
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Build and install OSRM
|
- name: Build and install OSRM
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user