Skip to content

Commit ce3ab99

Browse files
committed
install nlohmann_json in the container
1 parent 86c18da commit ce3ab99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install prereqs
2424
run: |
2525
sudo apt-get update
26-
sudo apt-get install -y libgraphviz-dev libboost-all-dev
26+
sudo apt-get install -y libgraphviz-dev libboost-all-dev nlohmann-json3-dev
2727
2828
- name: Install SimGrid
2929
run: |

0 commit comments

Comments
 (0)