Skip to content

Commit

Permalink
Update osrm-backend.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mjjbell authored Mar 14, 2024
1 parent 76c28a9 commit bc6cf14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/osrm-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc6cf14

Please sign in to comment.