Skip to content

Commit

Permalink
Use an absolute path to flang
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Dec 18, 2024
1 parent 4cd8676 commit a367e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:

- name: Set the FC environment variable to the Fortran conda compiler
run: |
echo "FC=flang.exe" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
echo "FC=C:\Users\runneradmin\micromamba\envs\fbld\Library\bin\flang.exe" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
- name: Build and install HeatModelF
run: |
Expand Down

0 comments on commit a367e80

Please sign in to comment.