Skip to content

Test manual

Test manual #8

Workflow file for this run

# Note that the workflows below use Powershell (pwsh) as they were originally written for Windows runners.
name: Rtools & ARM64 CI
on:
pull_request:
branches: [ develop, master ]
push:
branches: [ develop, winarm ]
paths-ignore:
- 'doygen/**'
- 'hooks/**'
- 'licenses/**'
- 'LICENSE.md'
- 'README.md'
- 'RELEASE-NOTES.txt'
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
prim-rev:
name: Test
runs-on: windows-11-arm
steps:
- name: Setup RTools
run: |
Invoke-WebRequest https://github.com/r-hub/rtools45/releases/download/latest/rtools45-aarch64.exe -OutFile rtools45-aarch64.exe
rtools45-aarch64.exe /VERYSILENT /SUPPRESSMSGBOXES