Skip to content

Commit 7781b7a

Browse files
committed
Test manual
1 parent 1f950e0 commit 7781b7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rtools.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
steps:
2828
- name: Setup RTools
2929
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
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

0 commit comments

Comments
 (0)