From 031d584e6292c2f7a3bea1065321d4d8abd66cd1 Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Tue, 28 Feb 2023 17:08:32 +0100 Subject: [PATCH] Bump Conan to version 1.59.0 --- .github/workflows/osrm-backend.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/osrm-backend.yml b/.github/workflows/osrm-backend.yml index 1c3abcbb2..9ec0def8f 100644 --- a/.github/workflows/osrm-backend.yml +++ b/.github/workflows/osrm-backend.yml @@ -29,7 +29,7 @@ jobs: ENABLE_APPLE_SILICON: "OFF" steps: - uses: actions/checkout@v3 - - run: pip install conan==1.53.0 + - run: pip install conan==1.59.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.53.0 + python3 -m pip install conan==1.59.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