File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -360,6 +360,7 @@ jobs:
360
360
OSRM_CONNECTION_RETRIES : ${{ matrix.OSRM_CONNECTION_RETRIES }}
361
361
OSRM_CONNECTION_EXP_BACKOFF_COEF : ${{ matrix.OSRM_CONNECTION_EXP_BACKOFF_COEF }}
362
362
ENABLE_LTO : ${{ matrix.ENABLE_LTO }}
363
+ RUNS_ON : ${{ matrix.runs-on }}
363
364
steps :
364
365
- uses : actions/checkout@v4
365
366
- name : Build machine architecture
@@ -417,6 +418,7 @@ jobs:
417
418
elif [[ "${RUNNER_OS}" == "macOS" ]]; then
418
419
echo "JOBS=$((`sysctl -n hw.ncpu` + 1))" >> $GITHUB_ENV
419
420
fi
421
+ echo "BOOST_PLATFORM_VERSION=$(echo ${RUNS_ON} | cut -d "-" -f2)" >> $GITHUB_ENV
420
422
# See: https://github.com/actions/toolkit/issues/946#issuecomment-1590016041
421
423
# We need it to be able to access system folders while restoring cached Boost below
422
424
- name : Give tar root ownership
@@ -429,6 +431,7 @@ jobs:
429
431
id : install-boost
430
432
with :
431
433
boost_version : 1.85.0
434
+ platform_version : ${{ env.BOOST_PLATFORM_VERSION }}
432
435
433
436
- name : Install dev dependencies
434
437
run : |
You can’t perform that action at this time.
0 commit comments