Skip to content

Commit ad17cb7

Browse files
committed
fix
1 parent 031c531 commit ad17cb7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ci/run.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ if [ "$NO_CHANGE_USER" = "" ]; then
2222
export HOME=/home/user
2323
unset LOCAL_USER_ID
2424

25-
# Give ownership of the current directory to the user
25+
# Give ownership of necessary directories to the user
2626
chown -R user:user .
27+
chown -R user:user /cargo
2728

2829
# Ensure that runners are able to execute git commands in the worktree,
2930
# overriding the typical git protections. In our docker container we're running

0 commit comments

Comments
 (0)