Skip to content

Commit 87c137d

Browse files
committed
Only set the FC environment variable
1 parent 826c1c6 commit 87c137d

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
@@ -91,7 +91,7 @@ jobs:
9191
- name: Configure, build, and install
9292
working-directory: ${{ github.workspace }}/build
9393
run: |
94-
cmake .. -G Ninja -DCMAKE_Fortran_COMPILER="${{ env.FC }}" -DCMAKE_INSTALL_PREFIX="${{ env.LIBRARY_PREFIX }}" -DCMAKE_BUILD_TYPE=Release
94+
cmake .. -G Ninja -DCMAKE_INSTALL_PREFIX="${{ env.LIBRARY_PREFIX }}" -DCMAKE_BUILD_TYPE=Release
9595
cmake --build . --target install --config Release
9696
9797
- name: Check (for humans)

0 commit comments

Comments
 (0)