Skip to content

Commit 694e900

Browse files
authored
Merge pull request #277 from WiresmithTech/fix-ci-packages
ci: Update Package Lists
2 parents 4a9b537 + a9a6b70 commit 694e900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: dtolnay/rust-toolchain@stable
3535
with: {toolchain: '${{matrix.rust}}', components: 'rustfmt, clippy'}
3636
- name: Install HDF5
37-
run: sudo apt-get install libhdf5-dev
37+
run: sudo apt-get update && sudo apt-get install libhdf5-dev
3838
- name: Run cargo ${{matrix.command}}
3939
run: cargo ${{matrix.command}} ${{matrix.command == 'fmt' && '--all -- --check' || '--workspace --exclude hdf5-src -- -D warnings -D clippy::cargo -A clippy::multiple-crate-versions'}}
4040

0 commit comments

Comments
 (0)