Bump Conan to version 1.59.0

This commit is contained in:
Siarhei Fedartsou 2023-02-28 17:28:51 +01:00
parent fcc63f8562
commit f878191a1b
2 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ jobs:
ENABLE_APPLE_SILICON: "OFF"
steps:
- uses: actions/checkout@v3
- run: pip install conan==1.59.0
- run: pip install conan<2.0.0
- run: conan --version
- run: cmake --version
- uses: actions/setup-node@v3
@ -400,7 +400,7 @@ jobs:
- name: Install dev dependencies
run: |
python3 -m pip install conan==1.59.0
python3 -m pip install conan<2.0.0
# workaround for issue that GitHub Actions seems to not adding it to PATH after https://github.com/actions/runner-images/pull/6499
# and that's why CI cannot find conan executable installed above

View File

@ -1,7 +1,7 @@
# Unreleased
- Changes from 5.27.1
- Build:
- CHANGED: Bump Conan to version 1.59.0. [#6559](https://github.com/Project-OSRM/osrm-backend/pull/6559)
- CHANGED: Always install the latest Conan 1.x on CI. [#6559](https://github.com/Project-OSRM/osrm-backend/pull/6559)
- ADDED: Add CI job which builds OSRM with gcc 12. [#6455](https://github.com/Project-OSRM/osrm-backend/pull/6455)
- CHANGED: Upgrade to clang-tidy 15. [#6439](https://github.com/Project-OSRM/osrm-backend/pull/6439)
- CHANGED: Update actions/cache to v3. [#6420](https://github.com/Project-OSRM/osrm-backend/pull/6420)