From e67e9ea808648740553d6e9eae0d31e452dbbfda Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Sun, 29 Sep 2024 11:01:30 +0200 Subject: [PATCH] Migrate to Conan 2.x --- .github/workflows/osrm-backend.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/osrm-backend.yml b/.github/workflows/osrm-backend.yml index 0f0127456..d334c2ac1 100644 --- a/.github/workflows/osrm-backend.yml +++ b/.github/workflows/osrm-backend.yml @@ -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