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

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

- name: Set R-tools
uses: r-windows/install-rtools@master
Expand Down

0 comments on commit ec536df

Please sign in to comment.