Skip to content

Commit b8a0edb

Browse files
committed
Fix tabbing
1 parent 7ea3235 commit b8a0edb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run_tests_win_cygwin.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ jobs:
4545
libssl-devel libcrypt-devel attr libattr-devel unzip zip dash
4646
4747
- name: Install HDF5 1.14.6-1
48-
shell: pwsh
49-
run: |
50-
C:\setup.exe -q -P libhdf5-devel=1.14.6-1
48+
shell: pwsh
49+
run: |
50+
C:\setup.exe -q -P libhdf5-devel=1.14.6-1
5151
5252
- name: (Autotools) Run autoconf and friends
5353
run: |

0 commit comments

Comments
 (0)