Get rid of Mason
This commit is contained in:
parent
0b1ed2fc2b
commit
0e5277ca26
7
.github/workflows/osrm-backend.yml
vendored
7
.github/workflows/osrm-backend.yml
vendored
@ -580,7 +580,12 @@ jobs:
|
|||||||
python3 -m pip install conan==1.51.3
|
python3 -m pip install conan==1.51.3
|
||||||
|
|
||||||
# ccache
|
# ccache
|
||||||
sudo apt-get update -y && sudo apt-get install ccache
|
if [[ "${RUNNER_OS}" == "Linux" ]]; then
|
||||||
|
sudo apt-get update -y && sudo apt-get install ccache
|
||||||
|
elif [[ "${RUNNER_OS}" == "macOS" ]]; then
|
||||||
|
brew install ccache
|
||||||
|
fi
|
||||||
|
|
||||||
ccache --version
|
ccache --version
|
||||||
|
|
||||||
# clang
|
# clang
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user