Skip to content

Commit

Permalink
Windows: bump r-devel to 4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Mar 27, 2024
1 parent fe1243c commit 8107ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-r/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
run: |
$version = "${{inputs.r-version}}"
if ( $version -eq "devel" ) {
$URL = "https://github.com/r-universe-org/actions/releases/download/devel/R-devel-win.exe"
$URL = "https://cloud.r-project.org/bin/windows/base/R-devel-win.exe"
} elseif ( $version -eq "release" ) {
$URL = "https://github.com/r-universe-org/actions/releases/download/devel/R-devel-win.exe"
} elseif ( $version -eq "oldrel" ) {
Expand Down

0 comments on commit 8107ca2

Please sign in to comment.