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 ccb77b0 commit b0ee63d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,9 @@ jobs:
- name: Update Rprofile.site
run: |
ROBOCOPY installer\Rprofile.site R\etc\ /E
continue-on-error: true
$R_HOME=$(Rscript -e 'cat(R.home())')
ROBOCOPY installer\Rprofile.site "$R_HOME\etc" /E
continue-on-error: true

- name: Copy R 64 bit
run: |
Expand Down

0 comments on commit b0ee63d

Please sign in to comment.