We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a9b537 + a9a6b70 commit 694e900Copy full SHA for 694e900
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
uses: dtolnay/rust-toolchain@stable
35
with: {toolchain: '${{matrix.rust}}', components: 'rustfmt, clippy'}
36
- name: Install HDF5
37
- run: sudo apt-get install libhdf5-dev
+ run: sudo apt-get update && sudo apt-get install libhdf5-dev
38
- name: Run cargo ${{matrix.command}}
39
run: cargo ${{matrix.command}} ${{matrix.command == 'fmt' && '--all -- --check' || '--workspace --exclude hdf5-src -- -D warnings -D clippy::cargo -A clippy::multiple-crate-versions'}}
40
0 commit comments