Skip to content

Commit e493f3d

Browse files
authored
Linux: fixed user account in container (#218)
1 parent 924eddd commit e493f3d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/OCV-PR-Linux.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ jobs:
9595
- /home/opencv-cn/ci_cache/opencv:/opt/.ccache
9696
- /home/opencv-cn/binaries_cache:/opt/binaries_cache
9797
- /home/opencv-cn/dnn-models:/opt/dnn-models
98-
options: '--user root:root'
98+
# NOTE: RU config
99+
# options: '--user root:root'
99100
env:
100101
ANT_HOME: '/usr/share/ant'
101102
DNN_MODELS: '/opt/dnn-models'

0 commit comments

Comments
 (0)