Skip to content

Commit cffa127

Browse files
wip
1 parent 112f2fe commit cffa127

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/osrm-backend.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,6 @@ jobs:
360360
OSRM_CONNECTION_RETRIES: ${{ matrix.OSRM_CONNECTION_RETRIES }}
361361
OSRM_CONNECTION_EXP_BACKOFF_COEF: ${{ matrix.OSRM_CONNECTION_EXP_BACKOFF_COEF }}
362362
ENABLE_LTO: ${{ matrix.ENABLE_LTO }}
363-
RUNS_ON: ${{ matrix.runs-on }}
364363
steps:
365364
- uses: actions/checkout@v4
366365
- name: Build machine architecture
@@ -418,7 +417,6 @@ jobs:
418417
elif [[ "${RUNNER_OS}" == "macOS" ]]; then
419418
echo "JOBS=$((`sysctl -n hw.ncpu` + 1))" >> $GITHUB_ENV
420419
fi
421-
echo "BOOST_PLATFORM_VERSION=$(echo ${RUNS_ON} | cut -d "-" -f2)" >> $GITHUB_ENV
422420
# See: https://github.com/actions/toolkit/issues/946#issuecomment-1590016041
423421
# We need it to be able to access system folders while restoring cached Boost below
424422
- name: Give tar root ownership
@@ -431,7 +429,6 @@ jobs:
431429
id: install-boost
432430
with:
433431
boost_version: 1.85.0
434-
platform_version: ${{ env.BOOST_PLATFORM_VERSION }}
435432

436433
- name: Install dev dependencies
437434
run: |

0 commit comments

Comments
 (0)