Skip to content

Commit 99d8d84

Browse files
committed
fixup syntax
1 parent 60e546b commit 99d8d84

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
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install HDF5
3333
run: sudo apt-get install libhdf5-dev
3434
- name: Run cargo ${{matrix.command}}
35-
run: cargo ${{matrix.command}} "${{matrix.command == 'fmt' && '--all -- --check' || '--workspace --exclude hdf5-src -- -D warnings -D clippy::cargo -A clippy::multiple-crate-versions'}}"
35+
run: cargo ${{matrix.command}} ${{matrix.command == 'fmt' && '--all -- --check' || '--workspace --exclude hdf5-src -- -D warnings -D clippy::cargo -A clippy::multiple-crate-versions'}}
3636

3737
doc: # This task should mirror the procedure on docs.rs
3838
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)