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