From fe63c5713a3a49d7b6bb50ef883888eece1edc4a Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Fri, 4 Nov 2022 12:24:16 +0100 Subject: [PATCH] Update osrm-backend.yml --- .github/workflows/osrm-backend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/osrm-backend.yml b/.github/workflows/osrm-backend.yml index 9a8e26d54..442b64549 100644 --- a/.github/workflows/osrm-backend.yml +++ b/.github/workflows/osrm-backend.yml @@ -508,7 +508,7 @@ jobs: run: | python3 -m pip install conan==1.53.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 CI cannot find conan executable installed above + # and that's why CI cannot find conan executable installed above if [[ "${RUNNER_OS}" == "macOS" ]]; then echo "/Library/Frameworks/Python.framework/Versions/3.11/bin" >> $GITHUB_PATH fi