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.
1 parent 02e7c7e commit 9a635e4Copy full SHA for 9a635e4
.github/workflows/test.yml
@@ -91,10 +91,7 @@ jobs:
91
- name: Configure, build, and install
92
working-directory: ${{ github.workspace }}/build
93
run: |
94
- cmake .. -G Ninja ^
95
- -DCMAKE_Fortran_COMPILER=$env.FC ^
96
- -DCMAKE_INSTALL_PREFIX=$env.LIBRARY_PREFIX ^
97
- -DCMAKE_BUILD_TYPE=Release
+ cmake .. -G Ninja -DCMAKE_Fortran_COMPILER=$env.FC -DCMAKE_INSTALL_PREFIX=$env.LIBRARY_PREFIX -DCMAKE_BUILD_TYPE=Release
98
cmake --build . --target install --config Release
99
100
- name: Check (for humans)
0 commit comments