Skip to content

Commit

Permalink
installing prereqs
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Apr 21, 2024
1 parent cb57034 commit db8f9e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Install prereqs
run: |
apt-get update
apt-get install -y libgraphviz-dev libboost-all-dev
- name: Install SimGrid
run: |
git clone https://framagit.org/simgrid/simgrid.git
Expand Down

0 comments on commit db8f9e9

Please sign in to comment.