Skip to content

Commit bc0ed6c

Browse files
committed
Test manual
1 parent 37fef2e commit bc0ed6c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/rtools.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,7 @@ jobs:
2525
runs-on: windows-11-arm
2626

2727
steps:
28-
- uses: r-lib/actions/setup-r@v2
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
31+
D:\a\_temp\rtools45-aarch64.exe /VERYSILENT /SUPPRESSMSGBOXES

0 commit comments

Comments
 (0)