Skip to content

Commit

Permalink
Update osrm-backend.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SiarheiFedartsou authored Aug 28, 2022
1 parent f20f537 commit d117a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/osrm-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ jobs:
if [[ -n ${CLANG_VERSION} ]]; then
echo "CCOMPILER=clang" >> $GITHUB_ENV
echo "CXXCOMPILER=clang++" >> $GITHUB_ENV
sudo apt-get update -y && sudo apt-get install "clang-${CLANG_VERSION}"
sudo apt-get update -y && sudo apt-get install "clang++-${CLANG_VERSION}"
if [[ "${CLANG_VERSION}" = "6" ]]; then
sudo update-alternatives --install /usr/bin/clang++ clang++ "/usr/bin/clang++-${CLANG_VERSION}.0" 10000000
sudo update-alternatives --install /usr/bin/clang clang "/usr/bin/clang-${CLANG_VERSION}.0" 10000000
Expand Down

0 comments on commit d117a3f

Please sign in to comment.