We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a56d92b commit 2cf6f20Copy full SHA for 2cf6f20
.github/workflows/opencv.yml
@@ -113,7 +113,7 @@ jobs:
113
- name: Install Dependencies in Docker Container
114
if: matrix.image != ''
115
run: |
116
- if [[ "${{ matrix.os }}" == "centos.7" or "${{ matrix.os }}" == "rhel.8" ]]; then
+ if [[ "${{ matrix.os }}" == "centos.7" || "${{ matrix.os }}" == "rhel.8" ]]; then
117
script=$(
118
cat <<'EOS'
119
yum install -y gcc cmake3 gcc-c++ make nasm
0 commit comments