Skip to content

Commit

Permalink
install nlohmann_json in the container
Browse files Browse the repository at this point in the history
  • Loading branch information
frs69wq committed Sep 16, 2024
1 parent 86c18da commit ce3ab99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install prereqs
run: |
sudo apt-get update
sudo apt-get install -y libgraphviz-dev libboost-all-dev
sudo apt-get install -y libgraphviz-dev libboost-all-dev nlohmann-json3-dev
- name: Install SimGrid
run: |
Expand Down

0 comments on commit ce3ab99

Please sign in to comment.