Skip to content

Commit

Permalink
Install HDF5
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-berchet committed Dec 2, 2022
1 parent a08a149 commit a01fa65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt-get install -y librust-atk-dev libgtk-3-dev
run: sudo apt-get install -y librust-atk-dev libgtk-3-dev libhdf5-serial-dev
- name: Check package & dependencies for errors
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit a01fa65

Please sign in to comment.