Skip to content

Commit 55c6e91

Browse files
committed
Try like this
1 parent 107c505 commit 55c6e91

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ jobs:
2020
- name: Checkout
2121
uses: actions/checkout@v4
2222
- name: Install hdf5
23-
run: |
24-
apt-get install libhdf5-openmpi-dev
23+
uses: awalsh128/cache-apt-pkgs-action@latest
24+
with:
25+
packages: libhdf5-openmpi-dev
26+
version: 1.0
2527
- name: Install requirements
2628
run: |
2729
pip3 install -e ./[test]

0 commit comments

Comments
 (0)