On GitHub Actios (GHA), I tried r-lib/actions/setup-r@v1 and r-lib/actions/setup-r@master and on R 4.0.4 (R release) it results in:
r-lib/actions/setup-r@v1
r-lib/actions/setup-r@master
Just reported this in another topic. To me it only happened on ubuntu. Probably it is an error on the setup-r action
It might be related to the fact that R 4.0.4 was released yesterday:
Maybe but on Windows and iOS it didn't fail
As reported in the topic created by @llrs, @cderv pointed me to https://github.com/rstudio/r-builds/issues/89
The R binary for Linux installation is not available yet in r-builds. The action uses that, so the action is failing.
r-builds
For windows and MacOS, CRAN offers a binary so this one is used by the action and this is why it is not failing.
This is now fixed and the build should be available.
This topic was automatically closed after 45 days. New replies are no longer allowed. If you have a query related to it or one of the replies, start a new topic and refer back with a link.