We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7781b7a commit d27b6acCopy full SHA for d27b6ac
1 file changed
.github/workflows/rtools.yml
@@ -27,5 +27,5 @@ jobs:
27
steps:
28
- name: Setup RTools
29
run: |
30
- Invoke-WebRequest https://github.com/r-hub/rtools45/releases/download/latest/rtools45-aarch64.exe -OutFile $($Env:temp)/rtools45-aarch64.exe
31
- $($Env:temp)/rtools45-aarch64.exe /VERYSILENT /SUPPRESSMSGBOXES
+ Invoke-WebRequest https://github.com/r-hub/rtools45/releases/download/latest/rtools45-aarch64.exe -OutFile $($Env:temp)\rtools45-aarch64.exe
+ $($Env:temp)\rtools45-aarch64.exe /VERYSILENT /SUPPRESSMSGBOXES
0 commit comments