Skip to content

Commit c808172

Browse files
committed
Use a context to set FC
1 parent 7d9d763 commit c808172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
cmake .. -G Ninja -DCMAKE_INSTALL_PREFIX="${{ env.LIBRARY_PREFIX }}" -DCMAKE_BUILD_TYPE=Release
9494
cmake --build . --target install --config Release
9595
env:
96-
FC: $env:CONDA_PREFIX\Library\bin\flang-new.exe
96+
FC: ${{ env.LIBRARY_PREFIX }}\bin\flang-new.exe
9797

9898
- name: Check (for humans)
9999
working-directory: ${{ github.workspace }}/build

0 commit comments

Comments
 (0)