Skip to content

Commit 2293d13

Browse files
Migrate to Conan 2.x
1 parent 69ef347 commit 2293d13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/osrm-backend.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
ls -la
6464
6565
cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_CONAN=ON -DENABLE_NODE_BINDINGS=ON -DCMAKE_TOOLCHAIN_FILE=./conan_toolchain.cmake ..
66-
# cmake --build . --config Release
66+
cmake --build . --config Release
6767
6868
# # TODO: MSVC goes out of memory when building our tests
6969
# # - name: Run tests
@@ -537,7 +537,7 @@ jobs:
537537
# sed -i '' 's/compiler.cppstd=.*$/compiler.cppstd=20/' ~/.conan/profiles/default
538538
539539
if [[ "${ENABLE_CONAN}" == "ON" ]]; then
540-
conan install .. --output-folder=. --build=missing --settings compiler.cppstd=20 #--settings build_type=Release
540+
conan install .. --output-folder=. --build=missing --settings compiler.cppstd=20 --settings build_type=${BUILD_TYPE}
541541
fi
542542
543543
ccache --zero-stats

0 commit comments

Comments
 (0)