Skip to content

Commit 2cf6f20

Browse files
committed
correct or
1 parent a56d92b commit 2cf6f20

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
@@ -113,7 +113,7 @@ jobs:
113113
- name: Install Dependencies in Docker Container
114114
if: matrix.image != ''
115115
run: |
116-
if [[ "${{ matrix.os }}" == "centos.7" or "${{ matrix.os }}" == "rhel.8" ]]; then
116+
if [[ "${{ matrix.os }}" == "centos.7" || "${{ matrix.os }}" == "rhel.8" ]]; then
117117
script=$(
118118
cat <<'EOS'
119119
yum install -y gcc cmake3 gcc-c++ make nasm

0 commit comments

Comments
 (0)