We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b595fa2 + 03aaa2e commit 323436dCopy full SHA for 323436d
.github/workflows/cpp.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- uses: actions/checkout@v4
20
- name: install dependencies
21
- run: sudo apt-get install -y libopencv-dev
+ run: sudo apt-get install -y libopencv-dev
22
- name: compile compression
23
working-directory: ./modules/compression
24
run: make IPS_JPG_AT_EN=1 INCLUDE_OPENCV_PKG=1
0 commit comments