Skip to content

Commit

Permalink
Updated workflow yml
Browse files Browse the repository at this point in the history
Signed-off-by: Anderson Ignacio <[email protected]>
  • Loading branch information
aignacio committed Jun 19, 2022
1 parent 3772140 commit 4e94ea6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/regression.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Verilator
run: |
sudo apt install -y --no-install-recommends make g++\
perl python3 autoconf flex bison libfl2 libfl-dev zlibc\
zlib1g zlib1g-dev
sudo apt install -y --no-install-recommends make g++ perl python3 autoconf flex bison libfl2 libfl-dev zlibc zlib1g zlib1g-dev
git clone https://github.com/verilator/verilator.git
cd verilator
git checkout v4.106
Expand Down

0 comments on commit 4e94ea6

Please sign in to comment.