Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jalvesz authored Jan 14, 2024
1 parent 01c4e72 commit 7f4c1ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}

- run: |
fpm test --compiler gfortran --flag "-03"
${{ env.FC }} ... # environment vars FC, CC, and CXX are set
${{ steps.setup-fortran.outputs.fc }} ... # outputs work too

0 comments on commit 7f4c1ef

Please sign in to comment.