Skip to content

Commit

Permalink
Merge branch 'ci/osrm-build'
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoupey committed Apr 25, 2024
2 parents 5a4d93a + 379d4c1 commit cf61204
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vroom_libosrm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
cmake --build .
cmake --build . -j `nproc`
working-directory: osrm-backend
- name: Install OSRM
run: sudo cmake --build . --target install
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#### CI

- Update GitHub Actions (#1094)
- Speed up OSRM build (#1096)

### Fixed

Expand Down

0 comments on commit cf61204

Please sign in to comment.