Skip to content

Commit 395cfb0

Browse files
committed
fixup! Add custom action and unified Linux build
1 parent e3b049b commit 395cfb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
PYTHONPATH: '${{ env.HOME }}/build/python_loader:$PYTHONPATH'
134134
with:
135135
workdir: '${{ env.HOME }}'
136-
builddir: 'build'
136+
builddir: ${{ github.event.repository.name == 'opencv_contrib' && 'build-contrib' || 'build' }}
137137
suite: "[ 'linux-${{ matrix.branch }}', ${{ (github.event.repository.name == 'opencv_contrib') && format('''linux-contrib-{0}''', matrix.branch) || '' }} ]"
138138
filter: "[ 'ubuntu-common', ${{ matrix.avx2 && '''ubuntu-avx2''' }} ]"
139139
enable_python: "true"

0 commit comments

Comments
 (0)