From 69ef347fe66d4a83a5fc61c1042d06de9bd2af9d Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Mon, 30 Sep 2024 20:38:15 +0300 Subject: [PATCH] Migrate to Conan 2.x --- .github/workflows/osrm-backend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/osrm-backend.yml b/.github/workflows/osrm-backend.yml index 92c1f8a99..209cee20c 100644 --- a/.github/workflows/osrm-backend.yml +++ b/.github/workflows/osrm-backend.yml @@ -537,7 +537,7 @@ jobs: # 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 --settings build_type=Debug + conan install .. --output-folder=. --build=missing --settings compiler.cppstd=20 #--settings build_type=Release fi ccache --zero-stats