Skip to content

Commit 323436d

Browse files
authored
Merge pull request #19 from ErickOF/feature-qa_checks
Fixing gremlin in GitHub action to build the project
2 parents b595fa2 + 03aaa2e commit 323436d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020
- name: install dependencies
21-
run: sudo apt-get install -y libopencv-dev
21+
run: sudo apt-get install -y libopencv-dev
2222
- name: compile compression
2323
working-directory: ./modules/compression
2424
run: make IPS_JPG_AT_EN=1 INCLUDE_OPENCV_PKG=1

0 commit comments

Comments
 (0)