Skip to content

Commit

Permalink
Update release-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMarsh82 authored Oct 11, 2024
1 parent e2192d8 commit ccb77b0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,11 @@ jobs:



- name: Print R Home directory
- name: Debug paths
run: |
Rscript -e 'cat(R.home())'
$R_HOME=$(Rscript -e 'cat(R.home())')
echo "R_HOME path: $R_HOME"
echo "Source path: $(pwd)\installer\Rprofile.site"
- name: Update Rprofile.site
run: |
Expand Down

0 comments on commit ccb77b0

Please sign in to comment.