Skip to content

Commit 2435e12

Browse files
committed
Set CMAKE_Fortran_COMPILER to flang-new
1 parent bd120d2 commit 2435e12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- name: Configure, build, and install
9191
working-directory: ${{ github.workspace }}/build
9292
run: |
93-
cmake .. -G Ninja -DCMAKE_INSTALL_PREFIX="${{ env.LIBRARY_PREFIX }}" -DCMAKE_BUILD_TYPE=Release
93+
cmake .. -G Ninja -DCMAKE_INSTALL_PREFIX="${{ env.LIBRARY_PREFIX }}" -DCMAKE_Fortran_COMPILER="${{ env.LIBRARY_PREFIX }}\bin\flang-new.exe" -DCMAKE_BUILD_TYPE=Release
9494
cmake --build . --target install --config Release
9595
9696
- name: Check (for humans)

0 commit comments

Comments
 (0)