Skip to content

Commit

Permalink
add apt-get update to cxx test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dmeliza committed Dec 29, 2024
1 parent 8424920 commit f0e69c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests-cxx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install libraries
run: |
sudo apt-get update
sudo apt-get install libhdf5-serial-dev libboost-dev
- name: make test
run: make test
Expand Down

0 comments on commit f0e69c5

Please sign in to comment.