Revision c06e7046
Added by Jun Aruga 4 days ago
CI: ubuntu-ibm.yml: Set the runner user's primary group from the "id -g".
Set the runner user's primary group to avoid a mismatch between the group IDs of
"id -g" and C function getpwuid(uid_t uid) pw_gid in a test as a better
workaround.