Skip to content

Commit edda066

Browse files
committed
ln in the bottom
1 parent bd4caa3 commit edda066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/opencv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ jobs:
117117
cat <<'EOS'
118118
set -eux
119119
yum install -y gcc cmake3 gcc-c++ make nasm
120-
ln -s /usr/bin/cmake3 /usr/bin/cmake
121120
EOS
122121
)
123122
fi
@@ -136,6 +135,7 @@ jobs:
136135
EXTRA_FLAGS+=" -A Win32"
137136
elif [[ ${{ matrix.os }} == "centos.7" ]]; then
138137
EXTRA_FLAGS+=" -DCMAKE_C_FLAGS='-std=gnu99'"
138+
ln -s /usr/bin/cmake3 /usr/bin/cmake
139139
if [[ "${{ matrix.arch }}" == "arm64" ]]; then
140140
echo "::group::Disable NEON in libwebp for CentOS 7 ARM64"
141141
sed -i 's/\<WEBP_USE_NEON\>/WEBP_USE_NEON_DISABLED/' opencv/3rdparty/libwebp/src/dsp/yuv_neon.c

0 commit comments

Comments
 (0)