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 17e630e commit 2b87096Copy full SHA for 2b87096
.github/workflows/cpp.yml
@@ -31,9 +31,9 @@ jobs:
31
- name: Install Dependencies
32
if: steps.cache-deps.outputs.cache-hit != 'true'
33
run: |
34
- sudo apt-get install -y libopencv-dev
35
- git clone https://github.com/accellera-official/systemc.git
36
- cd systemc
+ sudo apt-get install libopencv-dev
+ git clone https://github.com/accellera-official/systemc.git systemc-3.0.0
+ cd systemc-3.0.0
37
mkdir -p objdir
38
cd objdir
39
export CXX=g++
0 commit comments