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 1f950e0 commit 7781b7aCopy full SHA for 7781b7a
.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 D:\a\_temp\rtools45-aarch64.exe
31
- D:\a\_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