Skip to content

Commit 7d9d763

Browse files
committed
Move FC variable inside step
1 parent 87c137d commit 7d9d763

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ jobs:
6868

6969
env:
7070
LIBRARY_PREFIX: $env:CONDA_PREFIX\Library
71-
FC: $env:CONDA_PREFIX\Library\bin\flang-new.exe
7271

7372
steps:
7473
- uses: actions/checkout@v4
@@ -93,6 +92,8 @@ jobs:
9392
run: |
9493
cmake .. -G Ninja -DCMAKE_INSTALL_PREFIX="${{ env.LIBRARY_PREFIX }}" -DCMAKE_BUILD_TYPE=Release
9594
cmake --build . --target install --config Release
95+
env:
96+
FC: $env:CONDA_PREFIX\Library\bin\flang-new.exe
9697

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

0 commit comments

Comments
 (0)