ci: Add help2man install for verilator compilation.

This commit is contained in:
Florent Kermarrec 2023-01-20 19:14:17 +01:00
parent 18f00151ed
commit f94366c769
1 changed files with 1 additions and 1 deletions

View File

@ -38,10 +38,10 @@ jobs:
# Build / Install Verilator
- name: Build Verilator
run: |
sudo apt-get install help2man
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
git clone https://github.com/verilator/verilator
cd verilator
git checkout be65030d6145e4553500b91b3db36db0993aa8af
autoconf
./configure
make -j$(nproc)