We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 924eddd commit 4713242Copy full SHA for 4713242
.github/workflows/OCV-PR-Linux.yaml
@@ -50,7 +50,7 @@ jobs:
50
# fail-fast: true
51
# max-parallel: 3
52
fail-fast: false
53
- max-parallel: 3
+ max-parallel: 6
54
matrix:
55
version:
56
- '24.04'
@@ -95,6 +95,7 @@ jobs:
95
- /home/opencv-cn/ci_cache/opencv:/opt/.ccache
96
- /home/opencv-cn/binaries_cache:/opt/binaries_cache
97
- /home/opencv-cn/dnn-models:/opt/dnn-models
98
+ # NOTE: RU config
99
options: '--user root:root'
100
env:
101
ANT_HOME: '/usr/share/ant'
@@ -126,6 +127,11 @@ jobs:
126
127
128
steps:
129
130
+ - run: |
131
+ ls -lR /__w/ | grep root
132
+ chown -Rc 1000:1000 /__w/
133
+ exit 1
134
+
135
- name: Checkout workflow repository
136
uses: actions/checkout@v4
137
with:
0 commit comments