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 17a0f58 commit 29babe2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
toolchain: {compiler: nvidia-hpc, version: '23.11'}

steps:
- name: Checkout code
uses: actions/checkout@v1

- uses: fortran-lang/setup-fortran@v1
id: setup-fortran
with:
Expand All @@ -39,7 +42,6 @@ jobs:

- run: |
export FPM_FC=${{ env.FC }}
cd ../..
fpm test --flag "-O3"
# ${{ env.FC }} ... # environment vars FC, CC, and CXX are set
# ${{ steps.setup-fortran.outputs.fc }} ... # outputs work too

0 comments on commit 29babe2

Please sign in to comment.