File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 pull_request :
66 branches : [ develop, master ]
77 push :
8- branches : [ develop ]
8+ branches : [ develop, winarm ]
99 paths-ignore :
1010 - ' doygen/**'
1111 - ' hooks/**'
@@ -41,11 +41,10 @@ jobs:
4141 with :
4242 python-version : ' 3.x'
4343
44- - uses : r-lib/actions/setup-r@v2
45- if : runner.os == 'Windows'
46- with :
47- rtools-version : ' 45'
48- install-r : false
44+ - name : Setup RTools
45+ run : |
46+ Invoke-WebRequest https://github.com/r-hub/rtools45/releases/download/latest/rtools45-aarch64.exe -OutFile rtools45-aarch64.exe
47+ ./rtools45-aarch64.exe /VERYSILENT /SUPPRESSMSGBOXES
4948
5049 - name : Set path for Rtools45
5150 if : runner.os == 'Windows'
@@ -89,11 +88,10 @@ jobs:
8988 with :
9089 python-version : ' 3.x'
9190
92- - uses : r-lib/actions/setup-r@v2
93- if : runner.os == 'Windows'
94- with :
95- install-r : false
96- rtools-version : ' 45'
91+ - name : Setup RTools
92+ run : |
93+ Invoke-WebRequest https://github.com/r-hub/rtools45/releases/download/latest/rtools45-aarch64.exe -OutFile rtools45-aarch64.exe
94+ ./rtools45-aarch64.exe /VERYSILENT /SUPPRESSMSGBOXES
9795
9896 - name : Set path for Rtools45
9997 if : runner.os == 'Windows'
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments