Skip to content

Commit

Permalink
setup-t test: print gfortran path and version
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
gaborcsardi committed Apr 24, 2023
1 parent a9a1627 commit 788d7d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/setup-r-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
- name: Check output
run: |
echo Installed R ${{ steps.setup-r.outputs.installed-r-version }}
which gfortran
gfortran --version
- name: R version
run: sessionInfo()
Expand Down

0 comments on commit 788d7d5

Please sign in to comment.