Skip to content

Commit 17e630e

Browse files
committed
Using repo version of SystemC since issue with installation
1 parent b34b178 commit 17e630e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/cpp.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,8 @@ jobs:
3232
if: steps.cache-deps.outputs.cache-hit != 'true'
3333
run: |
3434
sudo apt-get install -y libopencv-dev
35-
wget https://github.com/accellera-official/systemc/archive/refs/tags/3.0.0.tar.gz
36-
tar -xzf 3.0.0.tar.gz
37-
cd systemc-3.0.0
35+
git clone https://github.com/accellera-official/systemc.git
36+
cd systemc
3837
mkdir -p objdir
3938
cd objdir
4039
export CXX=g++

0 commit comments

Comments
 (0)