We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02312e0 commit 8ae643aCopy full SHA for 8ae643a
.github/workflows/opencv.yml
@@ -78,6 +78,7 @@ jobs:
78
cmake ${{ env.OPENCV_CMAKE_ARGS }} ..
79
80
- name: Build OpenCV
81
+ shell: bash
82
run: |
83
cd opencv/build
84
if [[ ${{ matrix.os }} == win ]]; then
0 commit comments