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 b34b178 commit 17e630eCopy full SHA for 17e630e
.github/workflows/cpp.yml
@@ -32,9 +32,8 @@ jobs:
32
if: steps.cache-deps.outputs.cache-hit != 'true'
33
run: |
34
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
+ git clone https://github.com/accellera-official/systemc.git
+ cd systemc
38
mkdir -p objdir
39
cd objdir
40
export CXX=g++
0 commit comments