Skip to content

Commit a6617da

Browse files
committed
Actions: Add apt-get update for module tests
1 parent 1718972 commit a6617da

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,10 @@ jobs:
583583

584584
- name: Install system dependencies
585585
if: matrix.module != 'river' || matrix.module != 'power' || matrix.module != 'utils' || matrix.module != 'loads'
586-
run: sudo apt-get install -y libhdf5-dev libnetcdf-dev
586+
run: |
587+
# Update apt-get cache
588+
sudo apt-get update
589+
sudo apt-get install -y libhdf5-dev libnetcdf-dev
587590
588591
- name: Install MHKiT with optional dependency
589592
run: |

0 commit comments

Comments
 (0)