Skip to content

Commit dc8a9d5

Browse files
authored
Merge pull request opencv#26604 from mshabunin:add-avx2-build
CI: enable AVX2 build
2 parents d85c13b + 5ef0623 commit dc8a9d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/PR-4.x.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
Ubuntu2404-x64:
2525
uses: opencv/ci-gha-workflow/.github/workflows/OCV-PR-4.x-U24.yaml@main
2626

27+
Ubuntu2404-x64-AVX2:
28+
uses: opencv/ci-gha-workflow/.github/workflows/OCV-PR-4.x-U24-AVX2.yaml@main
29+
2730
Ubuntu2004-x64-CUDA:
2831
if: "${{ contains(github.event.pull_request.labels.*.name, 'category: dnn') }} || ${{ contains(github.event.pull_request.labels.*.name, 'category: dnn (onnx)') }}"
2932
uses: opencv/ci-gha-workflow/.github/workflows/OCV-PR-4.x-U20-Cuda.yaml@main

0 commit comments

Comments
 (0)