Skip to content

Commit

Permalink
Add libboost-json dep.
Browse files Browse the repository at this point in the history
  • Loading branch information
SebMilardo committed Jun 17, 2024
1 parent 0f46718 commit 8372be6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/vroom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install libasio-dev libglpk-dev jq
sudo apt-get install libasio-dev libglpk-dev libboost-json1.83-dev jq
- name: Build vroom
run: make -j
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vroom_libosrm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install libasio-dev libglpk-dev
sudo apt-get install libasio-dev libglpk-dev libboost-json1.83-dev
- name: Cache OSRM
id: cache
uses: actions/cache@v4
Expand Down

0 comments on commit 8372be6

Please sign in to comment.