Skip to content

Commit

Permalink
ci: update verilator dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
esynr3z committed May 15, 2024
1 parent b31e267 commit b7c0b6c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ jobs:
if: steps.cache-verilator.outputs.cache-hit != 'true'
run: |
sudo apt-get update
sudo apt-get install -y git make autoconf g++ flex bison
sudo apt-get install -y git help2man perl python3 make autoconf g++ flex bison ccache
sudo apt-get install -y libfl2
sudo apt-get install -y libfl-dev
sudo apt-get install -y zlibc zlib1g zlib1g-dev
git clone https://github.com/verilator/verilator.git
cd verilator
git checkout ${{ env.VERILATOR_VERSION }}
Expand Down

0 comments on commit b7c0b6c

Please sign in to comment.