Skip to content

Commit

Permalink
eee
Browse files Browse the repository at this point in the history
  • Loading branch information
kenshi84 committed Dec 12, 2023
1 parent 6f1b5e0 commit f467bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

steps:
- name: Install HDF5
run: sudo apt-get install libhdf5-dev
run: sudo apt update && sudo apt install libhdf5-dev

- name: Checkout the repository
uses: actions/checkout@v4.1.1
Expand Down

0 comments on commit f467bbf

Please sign in to comment.