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 37fef2e commit bc0ed6cCopy full SHA for bc0ed6c
1 file changed
.github/workflows/rtools.yml
@@ -25,4 +25,7 @@ jobs:
25
runs-on: windows-11-arm
26
27
steps:
28
- - uses: r-lib/actions/setup-r@v2
+ - 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
31
+ D:\a\_temp\rtools45-aarch64.exe /VERYSILENT /SUPPRESSMSGBOXES
0 commit comments