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 826c1c6 commit 87c137dCopy full SHA for 87c137d
.github/workflows/test.yml
@@ -91,7 +91,7 @@ jobs:
91
- name: Configure, build, and install
92
working-directory: ${{ github.workspace }}/build
93
run: |
94
- cmake .. -G Ninja -DCMAKE_Fortran_COMPILER="${{ env.FC }}" -DCMAKE_INSTALL_PREFIX="${{ env.LIBRARY_PREFIX }}" -DCMAKE_BUILD_TYPE=Release
+ cmake .. -G Ninja -DCMAKE_INSTALL_PREFIX="${{ env.LIBRARY_PREFIX }}" -DCMAKE_BUILD_TYPE=Release
95
cmake --build . --target install --config Release
96
97
- name: Check (for humans)
0 commit comments