From 38ff187095eb5217a0b5bff9746c41b5da49b235 Mon Sep 17 00:00:00 2001 From: Michael Bell Date: Fri, 15 Mar 2024 07:35:58 +0000 Subject: [PATCH] Update osrm-backend.yml --- .github/workflows/osrm-backend.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/osrm-backend.yml b/.github/workflows/osrm-backend.yml index bfad08465..389cb4858 100644 --- a/.github/workflows/osrm-backend.yml +++ b/.github/workflows/osrm-backend.yml @@ -463,10 +463,10 @@ jobs: echo "CC=${CCOMPILER}" >> $GITHUB_ENV echo "CXX=${CXXCOMPILER}" >> $GITHUB_ENV 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 - ls -al /Library/Developer/CommandLineTools/SDKs 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 - name: Build and install OSRM