Skip to content

Commit 363ed65

Browse files
committed
Test manual
1 parent d3dbe5c commit 363ed65

2 files changed

Lines changed: 9 additions & 42 deletions

File tree

.github/workflows/main.yml

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
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'

.github/workflows/rtools.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)