Skip to content

Commit

Permalink
Move FC variable inside step
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Dec 11, 2024
1 parent 87c137d commit 7d9d763
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ jobs:

env:
LIBRARY_PREFIX: $env:CONDA_PREFIX\Library
FC: $env:CONDA_PREFIX\Library\bin\flang-new.exe

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

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

0 comments on commit 7d9d763

Please sign in to comment.