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 18bb4e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ 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 libfl2 libfl-dev
git clone https://github.com/verilator/verilator.git
cd verilator
git checkout ${{ env.VERILATOR_VERSION }}
Expand Down

0 comments on commit 18bb4e4

Please sign in to comment.