Skip to content

Commit 553c266

Browse files
committed
fix
1 parent 90c803b commit 553c266

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr-test-xpu.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ jobs:
103103
-e JOB_ID \
104104
-e BRANCH \
105105
-e SHA1 \
106+
--user $(id -u):$(id -g) \
106107
--ulimit stack=10485760:83886080 \
107108
--ulimit core=0 \
108109
--security-opt seccomp=unconfined \
@@ -157,4 +158,4 @@ jobs:
157158
nprune=$(ps -ef | grep -c "docker container prune")
158159
if [[ $nprune -eq 1 ]]; then
159160
docker container prune -f
160-
fi
161+
fi

0 commit comments

Comments
 (0)