Skip to content

Commit fa37358

Browse files
committed
Exporting SystemC env variables for GitHub actions
1 parent 70e12ea commit fa37358

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cpp.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050
cp -r ../examples/* examples/
5151
make
5252
sudo make install
53+
export SYSTEMC_HOME=/usr/local/systemc-3.0.0
54+
export LD_LIBRARY_PATH=$SYSTEMC_HOME/lib-linux64
5355
- name: Compile Compression
5456
working-directory: ./modules/compression
5557
run: make IPS_JPG_AT_EN=1 INCLUDE_OPENCV_PKG=1

0 commit comments

Comments
 (0)