ci: Add comment for Verilator build/install.

This commit is contained in:
Florent Kermarrec 2022-06-27 17:46:37 +02:00
parent e662fadf8a
commit 3d066c87f9
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ jobs:
sudo mkdir /usr/local/riscv
sudo cp -r $PWD/../riscv64-*/* /usr/local/riscv
# Build / Install Verilator
- name: Build Verilator
run: |
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"