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

- name: Copy R 64 bit
run: |
$R_HOME=$(Rscript -e 'cat(R.home())')
ROBOCOPY "$R_HOME\bin\x64" "instat\bin\x64\Release\static" /E
ROBOCOPY "$R_HOME" "instat\bin\x64\Release\static" /E
continue-on-error: true

- name: Set R-tools
Expand Down

0 comments on commit c216567

Please sign in to comment.