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.
1 parent 70e12ea commit fa37358Copy full SHA for fa37358
.github/workflows/cpp.yml
@@ -50,6 +50,8 @@ jobs:
50
cp -r ../examples/* examples/
51
make
52
sudo make install
53
+ export SYSTEMC_HOME=/usr/local/systemc-3.0.0
54
+ export LD_LIBRARY_PATH=$SYSTEMC_HOME/lib-linux64
55
- name: Compile Compression
56
working-directory: ./modules/compression
57
run: make IPS_JPG_AT_EN=1 INCLUDE_OPENCV_PKG=1
0 commit comments