Skip to content

Commit

Permalink
Try pinning OSRM to current HEAD of master branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoupey committed May 22, 2024
1 parent b8f8d1e commit f9ac2f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/vroom_libosrm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
- '.github/workflows/vroom_libosrm.yml'
- '**libosrm_wrapper**'
env:
osrm-tag: v5.27.1
osrm-ref: d259848456c8c84df0422f7389ef034e63e6462d
jobs:
libosrm:
strategy:
Expand All @@ -35,13 +35,13 @@ jobs:
uses: actions/cache@v4
with:
path: ${{ github.workspace }}/osrm-backend
key: osrm-${{ env.osrm-tag }}-${{ matrix.cxx }}
key: osrm-${{ env.osrm-ref }}-${{ matrix.cxx }}
- name: Checkout OSRM repository
if: steps.cache.outputs.cache-hit != 'true'
uses: actions/checkout@v4
with:
repository: Project-OSRM/osrm-backend
ref: ${{ env.osrm-tag }}
ref: ${{ env.osrm-ref }}
path: osrm-backend
- name: Install OSRM dependencies
run: sudo apt-get install build-essential git cmake pkg-config libbz2-dev libstxxl-dev libstxxl1v5 libxml2-dev libzip-dev libboost-all-dev lua5.2 liblua5.2-dev libtbb-dev libluabind-dev libluabind0.9.1d1
Expand Down

0 comments on commit f9ac2f8

Please sign in to comment.