Skip to content

Commit

Permalink
fix(CI): export FPM_FC and FPM_FFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
rouson committed Sep 21, 2024
1 parent 4939b58 commit f115d56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-with-flang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
run: |
fpm --version
$FC --version
FPM_FC=$FC
FPM_FFLAGS="-mmlir -allow-assumed-rank -O3"
export FPM_FC=$FC
export FPM_FFLAGS="-mmlir -allow-assumed-rank -O3"
fpm test

0 comments on commit f115d56

Please sign in to comment.