Skip to content

Commit 8d0b1a4

Browse files
authored
Update Conan to v2.15.1 (#7151)
1 parent 5f3af2c commit 8d0b1a4

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
@@ -52,7 +52,7 @@ jobs:
5252
5353
python3 -m venv .venv
5454
source .venv/Scripts/Activate
55-
python3 -m pip install conan==2.15.0
55+
python3 -m pip install conan==2.15.1
5656
conan profile detect --force
5757
5858
cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_CONAN=ON -DENABLE_NODE_BINDINGS=ON ..
@@ -493,7 +493,7 @@ jobs:
493493
if [[ "${ENABLE_CONAN}" == "ON" ]]; then
494494
python3 -m venv .venv
495495
source .venv/bin/activate
496-
python3 -m pip install conan==2.15.0
496+
python3 -m pip install conan==2.15.1
497497
conan profile detect --force
498498
fi
499499

0 commit comments

Comments
 (0)