diff --git a/.github/workflows/regression.yaml b/.github/workflows/regression.yaml index 25d95d1..81021c2 100644 --- a/.github/workflows/regression.yaml +++ b/.github/workflows/regression.yaml @@ -21,11 +21,11 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Verilator run: | - sudo apt-get install git help2man perl python3 make autoconf g++ flex bison ccache -y - sudo apt-get install libgoogle-perftools-dev numactl perl-doc -y - sudo apt-get install libfl2 -y # Ubuntu only (ignore if gives error) - sudo apt-get install libfl-dev -y # Ubuntu only (ignore if gives error) - sudo apt-get install zlib1g zlib1g-dev -y # Ubuntu only (ignore if gives error) + sudo apt-get install git help2man perl python3 make autoconf g++ flex bison ccache -fy + sudo apt-get install libgoogle-perftools-dev numactl perl-doc -fy + sudo apt-get install libfl2 -fy # Ubuntu only (ignore if gives error) + sudo apt-get install libfl-dev -fy # Ubuntu only (ignore if gives error) + sudo apt-get install zlib1g zlib1g-dev -fy # Ubuntu only (ignore if gives error) git clone https://github.com/verilator/verilator.git cd verilator