Closed schloerke closed 1 year ago
Are the archive servers just being flaky?
Yes. You can specify different ubuntu mirrors if you like.
This issue has been automatically locked. If you believe you have found a related problem, please file a new issue and include a link to this issue
Similar to https://github.com/r-lib/actions/issues/308, I'm running into many
Failed to install R: Error: The process '/usr/bin/sudo' failed with exit code 100
errors while testing different packages. (So it's not isolated to a single package.)Example error: https://github.com/rstudio/shinytest2/actions/runs/3885402120/jobs/6629230561#step:3:496
The error (
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
) suggests to runapt-get update
. I can see that that is the run in the line before (https://github.com/rstudio/shinytest2/actions/runs/3885402120/jobs/6629230561#step:3:216).Is there anything I can adjust on my end? Are the archive servers just being flaky?