Skip to content

Commit 2b87096

Browse files
committed
Fixing wrong SystemC directory
1 parent 17e630e commit 2b87096

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cpp.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
- name: Install Dependencies
3232
if: steps.cache-deps.outputs.cache-hit != 'true'
3333
run: |
34-
sudo apt-get install -y libopencv-dev
35-
git clone https://github.com/accellera-official/systemc.git
36-
cd systemc
34+
sudo apt-get install libopencv-dev
35+
git clone https://github.com/accellera-official/systemc.git systemc-3.0.0
36+
cd systemc-3.0.0
3737
mkdir -p objdir
3838
cd objdir
3939
export CXX=g++

0 commit comments

Comments
 (0)