attempt speedup of iverilog install
This commit is contained in:
parent
ebbcf2b70d
commit
1eaa3cddc5
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
working-directory: iverilog/
|
||||
|
||||
- name: make
|
||||
run: make
|
||||
run: make -j`nproc`
|
||||
working-directory: iverilog/
|
||||
|
||||
- name: make check
|
||||
|
|
|
|||
Loading…
Reference in New Issue