Update osrm-backend.yml

This commit is contained in:
Siarhei Fedartsou 2022-11-04 12:24:16 +01:00 committed by GitHub
parent 2d3c5c1730
commit fe63c5713a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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