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