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 bc0ed6c commit 1f950e0Copy full SHA for 1f950e0
1 file changed
.github/workflows/rtools.yml
@@ -27,5 +27,5 @@ jobs:
27
steps:
28
- name: Setup RTools
29
run: |
30
- wget https://github.com/r-hub/rtools45/releases/download/latest/rtools45-aarch64.exe D:\a\_temp\rtools45-aarch64.exe
+ 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
0 commit comments