Skip to content

Commit

Permalink
Nightly: use rig prerelease to choose better Rtools versions
Browse files Browse the repository at this point in the history
Need Rtools44 for R 4.4.x and Rtools42 for R 4.2.x.

[ci skip]
  • Loading branch information
gaborcsardi committed Mar 17, 2024
1 parent c320843 commit 5470984
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,8 @@ jobs:
- name: Install rig
run: |
choco install rig
Invoke-WebRequest -Uri https://github.com/r-lib/rig/releases/download/v0.6.1pre/rig-windows-0.6.1pre.exe -OutFile rig-install.exe
Start-Process ".\rig-install.exe" -ArgumentList "/verysilent /suppressmsgboxes" -Wait -NoNewWindow
- name: Install skopeo
run: |
Expand Down

0 comments on commit 5470984

Please sign in to comment.