We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f3af2c commit 8d0b1a4Copy full SHA for 8d0b1a4
.github/workflows/osrm-backend.yml
@@ -52,7 +52,7 @@ jobs:
52
53
python3 -m venv .venv
54
source .venv/Scripts/Activate
55
- python3 -m pip install conan==2.15.0
+ python3 -m pip install conan==2.15.1
56
conan profile detect --force
57
58
cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_CONAN=ON -DENABLE_NODE_BINDINGS=ON ..
@@ -493,7 +493,7 @@ jobs:
493
if [[ "${ENABLE_CONAN}" == "ON" ]]; then
494
495
source .venv/bin/activate
496
497
498
fi
499
0 commit comments