We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b6fae9 commit 200a5dfCopy full SHA for 200a5df
.github/workflows/opencvsharp.yml
@@ -133,10 +133,11 @@ jobs:
133
script=$(
134
cat <<'EOS'
135
set -eux
136
+ OpenCV_DIR="${{ github.workspace }}/opencv/lib/cmake/opencv4"
137
if [[ "${{ matrix.os }}" =~ ^win ]]; then
138
OpenCV_DIR="${{ github.workspace }}/opencv/${{ matrix.arch }}/vc17/staticlib"
- else
139
- OpenCV_DIR="${{ github.workspace }}/opencv/lib/cmake/opencv4"
+ elif [[ ${{ matrix.os }} == "centos.7" ]]; then
140
+ ln -s /usr/bin/cmake3 /usr/bin/cmake
141
fi
142
143
EXTRA_FLAGS=""
0 commit comments