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 bd120d2 commit 2435e12Copy full SHA for 2435e12
.github/workflows/test.yml
@@ -90,7 +90,7 @@ jobs:
90
- name: Configure, build, and install
91
working-directory: ${{ github.workspace }}/build
92
run: |
93
- cmake .. -G Ninja -DCMAKE_INSTALL_PREFIX="${{ env.LIBRARY_PREFIX }}" -DCMAKE_BUILD_TYPE=Release
+ cmake .. -G Ninja -DCMAKE_INSTALL_PREFIX="${{ env.LIBRARY_PREFIX }}" -DCMAKE_Fortran_COMPILER="${{ env.LIBRARY_PREFIX }}\bin\flang-new.exe" -DCMAKE_BUILD_TYPE=Release
94
cmake --build . --target install --config Release
95
96
- name: Check (for humans)
0 commit comments