Add missing package that caused verilator build to fail
Signed-off-by: Maciej Dudek <mdudek@antmicro.com>
This commit is contained in:
parent
73b88c6de1
commit
4552b8812b
|
@ -43,10 +43,10 @@ jobs:
|
||||||
# Build / Install Verilator
|
# Build / Install Verilator
|
||||||
- name: Build Verilator
|
- name: Build Verilator
|
||||||
run: |
|
run: |
|
||||||
|
sudo apt-get install help2man
|
||||||
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
|
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
|
||||||
git clone https://github.com/verilator/verilator
|
git clone https://github.com/verilator/verilator
|
||||||
cd verilator
|
cd verilator
|
||||||
git checkout be65030d6145e4553500b91b3db36db0993aa8af
|
|
||||||
autoconf
|
autoconf
|
||||||
./configure
|
./configure
|
||||||
make -j$(nproc)
|
make -j$(nproc)
|
||||||
|
|
Loading…
Reference in New Issue