Skip to content

Commit e9827ed

Browse files
committed
Set the FC environment variable
1 parent 0796c8f commit e9827ed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ jobs:
9797
init-shell: >-
9898
powershell
9999
100+
- name: Set the FC environment variable to the Fortran conda compiler
101+
run: |
102+
echo "FC=$env:CONDA_PREFIX\Library\bin\flang-new.exe" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf8 -Append
103+
100104
- name: List current environment variables
101105
run: |
102106
ls env:

0 commit comments

Comments
 (0)