Skip to content

Commit 70e12ea

Browse files
committed
Adding permission to install SystemC
1 parent cae7e62 commit 70e12ea

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/cpp.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
with:
2828
path: |
2929
/usr/local/systemc-3.0.0
30+
$HOME/systemc-3.0.0
3031
key: ${{ runner.os }}-build-${{ hashFiles('**/setup-dependencies.sh') }}
3132
restore-keys: |
3233
${{ runner.os }}-build-
@@ -36,6 +37,7 @@ jobs:
3637
run: |
3738
set -x
3839
sudo apt-get install libopencv-dev
40+
cd $HOME
3941
rm -rf systemc-3.0.0
4042
git clone https://github.com/accellera-official/systemc.git systemc-3.0.0
4143
cd systemc-3.0.0
@@ -47,8 +49,7 @@ jobs:
4749
mkdir -p examples/
4850
cp -r ../examples/* examples/
4951
make
50-
make check
51-
make install
52+
sudo make install
5253
- name: Compile Compression
5354
working-directory: ./modules/compression
5455
run: make IPS_JPG_AT_EN=1 INCLUDE_OPENCV_PKG=1

0 commit comments

Comments
 (0)