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 cae7e62 commit 70e12eaCopy full SHA for 70e12ea
.github/workflows/cpp.yml
@@ -27,6 +27,7 @@ jobs:
27
with:
28
path: |
29
/usr/local/systemc-3.0.0
30
+ $HOME/systemc-3.0.0
31
key: ${{ runner.os }}-build-${{ hashFiles('**/setup-dependencies.sh') }}
32
restore-keys: |
33
${{ runner.os }}-build-
@@ -36,6 +37,7 @@ jobs:
36
37
run: |
38
set -x
39
sudo apt-get install libopencv-dev
40
+ cd $HOME
41
rm -rf systemc-3.0.0
42
git clone https://github.com/accellera-official/systemc.git systemc-3.0.0
43
cd systemc-3.0.0
@@ -47,8 +49,7 @@ jobs:
47
49
mkdir -p examples/
48
50
cp -r ../examples/* examples/
51
make
- make check
- make install
52
+ sudo make install
53
- name: Compile Compression
54
working-directory: ./modules/compression
55
run: make IPS_JPG_AT_EN=1 INCLUDE_OPENCV_PKG=1
0 commit comments