Closed
Description
rig defaults to create a user package library (faq 1).
This can be unfortunate on linux, because when GHA runs a workflow inside a the container, it mounts $HOME to the host machine, so packages that were pre-installed by rig under ~/R
in the container image are actually not available.
Perhaps it should only use a user package library if user != "root" ?