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 Nov 1, 2022
1 parent 908bac1 commit a248c48
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 @@ -517,7 +517,7 @@ jobs:
# clang
if [[ "${CCOMPILER}" == "clang-6.0" ]]; then
sudo apt-get update -y && sudo apt-get install clang++-6
elif [[ "${CCOMPILER}" == "clang-15" ]]
elif [[ "${CCOMPILER}" == "clang-15" ]]; then
sudo apt-get update -y && sudo apt-get install clang++-15
fi
Expand Down

0 comments on commit a248c48

Please sign in to comment.