Skip to content

Commit 57c6a6d

Browse files
authored
[add] add OpenCV 4.8.0
1 parent 13f422e commit 57c6a6d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/compile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: [master]
66

77
env:
8-
VERSION: 4.7.0
8+
VERSION: 4.8.0
99

1010
jobs:
1111
job_1:
@@ -23,7 +23,7 @@ jobs:
2323
- name: compile opencv
2424
shell: cmd
2525
run: |
26-
choco install git cmake
26+
choco install git cmake tbb
2727
git clone https://github.com/opencv/opencv.git
2828
cd opencv
2929
git checkout ${{ env.VERSION }}

0 commit comments

Comments
 (0)