Skip to content

Commit df24dae

Browse files
committed
Indent correctly
1 parent 7eb4d11 commit df24dae

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci_windows.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ jobs:
5757
- run: >-
5858
PATH=$PATH:/mingw64/bin/ cmake
5959
-Wdev
60-
-B build
61-
-DCMAKE_BUILD_TYPE=Debug
62-
-DCMAKE_Fortran_FLAGS_DEBUG="-Wall -Wextra -Wimplicit-interface -fPIC -g -fcheck=all -fbacktrace"
63-
-DCMAKE_MAXIMUM_RANK:String=4
64-
-DCMAKE_INSTALL_PREFIX=$PWD/_dist
60+
-B build
61+
-DCMAKE_BUILD_TYPE=Debug
62+
-DCMAKE_Fortran_FLAGS_DEBUG="-Wall -Wextra -Wimplicit-interface -fPIC -g -fcheck=all -fbacktrace"
63+
-DCMAKE_MAXIMUM_RANK:String=4
64+
-DCMAKE_INSTALL_PREFIX=$PWD/_dist
6565
env:
6666
FC: gfortran
6767
CC: gcc

0 commit comments

Comments
 (0)