Skip to content

Commit 6b900eb

Browse files
committed
Fixing wrong "v" argument in tar command
1 parent e6e1661 commit 6b900eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install OpenCV
2121
run: sudo apt-get install -y libopencv-dev
2222
- name: wget SystemC
23-
run: wget https://github.com/accellera-official/systemc/archive/refs/tags/3.0.0.tar.gz && tar -xzfv 3.0.0.tar.gz
23+
run: wget https://github.com/accellera-official/systemc/archive/refs/tags/3.0.0.tar.gz && tar -xzf 3.0.0.tar.gz
2424
- name: Install SystemC
2525
run: cd systemc-3.0.0 && mkdir objdir && cd objdir && export CXX=g++ && ../configure --prefix=/usr/local/systemc-3.0.0 && make && make check && make install
2626
- name: Compile Compression

0 commit comments

Comments
 (0)