Skip to content

Commit 9a635e4

Browse files
committed
Make the command a one-liner
1 parent 02e7c7e commit 9a635e4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,7 @@ jobs:
9191
- name: Configure, build, and install
9292
working-directory: ${{ github.workspace }}/build
9393
run: |
94-
cmake .. -G Ninja ^
95-
-DCMAKE_Fortran_COMPILER=$env.FC ^
96-
-DCMAKE_INSTALL_PREFIX=$env.LIBRARY_PREFIX ^
97-
-DCMAKE_BUILD_TYPE=Release
94+
cmake .. -G Ninja -DCMAKE_Fortran_COMPILER=$env.FC -DCMAKE_INSTALL_PREFIX=$env.LIBRARY_PREFIX -DCMAKE_BUILD_TYPE=Release
9895
cmake --build . --target install --config Release
9996
10097
- name: Check (for humans)

0 commit comments

Comments
 (0)