Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cat("::group::Register Repositories\n") fails #605

Closed
chrbknudsen opened this issue Oct 1, 2024 · 4 comments
Closed

cat("::group::Register Repositories\n") fails #605

chrbknudsen opened this issue Oct 1, 2024 · 4 comments

Comments

@chrbknudsen
Copy link

The build full site workflow fails right after
cat("::group::Install remotes\n")
With the message:
Error: Rscript: command not found

Setting install-r: to true in sandpaper-main.yaml resolves the issue.

@froggleston
Copy link
Contributor

@chrbknudsen can you point us to your repository and workflow where this fails?

@froggleston
Copy link
Contributor

froggleston commented Oct 1, 2024

I found an example in one of your repositories. This is most likely because you are using ubuntu 24.04. Could you roll back to 22.04 (jammy) and try again? 24.04 is known to be very buggy at the moment so we would recommend sticking to 22.04 for a few more months at least to allow issues to be resolved in the main OS.

From this information about 24.04 runners, a lot of software isn't available due to "maintenance reasons".

@chrbknudsen
Copy link
Author

Thank you! That appears to solve the problem.
Let me add that the workflow came directly from the sandpaper workflows - it would appear that the problem might not be specific to my repo.

@froggleston
Copy link
Contributor

That's correct @chrbknudsen - this would affect all future lesson builds so we've raised a PR to revert to 22.04 in the sandpaper workflows. Thank you for raising this issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants