Skip to content

Commit

Permalink
ci: Show R CMD config --all
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Jun 26, 2024
1 parent ff9daba commit e445976
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,8 @@ runs:
git rm -rf .ccache || true
rm -rf .ccache
shell: bash

- name: Show R CMD config --all
run: |
R CMD config --all
shell: bash

0 comments on commit e445976

Please sign in to comment.