Migrate to Conan 2.x
This commit is contained in:
parent
5359a7774e
commit
e67e9ea808
3
.github/workflows/osrm-backend.yml
vendored
3
.github/workflows/osrm-backend.yml
vendored
@ -530,7 +530,8 @@ jobs:
|
||||
python3 -m pip install conan==2.7.1
|
||||
|
||||
conan profile detect --force
|
||||
sed -i '' 's/compiler.cppstd=.*$/compiler.cppstd=20/' ~/.conan/profiles/default
|
||||
cat ~/.conan2/profiles/default
|
||||
# sed -i '' 's/compiler.cppstd=.*$/compiler.cppstd=20/' ~/.conan/profiles/default
|
||||
|
||||
if [[ "${ENABLE_CONAN}" == "ON" ]]; then
|
||||
conan install .. --output-folder=. --build=missing --settings compiler.cppstd=20
|
||||
|
Loading…
Reference in New Issue
Block a user