Skip to content

Commit

Permalink
[ci] Fix dependencies for Verilator v5.012
Browse files Browse the repository at this point in the history
  • Loading branch information
mp-17 committed Aug 5, 2023
1 parent 5321904 commit e82dfca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
- name: Compile Verilator
if: steps.tc-verilator-cache.outputs.cache-hit != 'true'
run: |
sudo apt-get install flex libfl-dev
sudo apt-get install flex libfl-dev help2man
make verilator
- name: Tar Verilator
run: tar -cvf tc-verilator.tar install/verilator
Expand Down

0 comments on commit e82dfca

Please sign in to comment.