Skip to content

Commit 7b7db66

Browse files
committed
also add c++/make
1 parent 220327c commit 7b7db66

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
@@ -112,7 +112,7 @@ jobs:
112112
cat <<'EOS'
113113
# yum groupinstall -y "Development Tools"
114114
# yum install -y devtoolset-11-gcc devtoolset-11-gcc-c++ cmake3
115-
yum install -y gcc cmake3
115+
yum install -y gcc cmake3 gcc-c++ make
116116
117117
ln -s /usr/bin/cmake3 /usr/bin/cmake
118118
EOS

0 commit comments

Comments
 (0)