Skip to content

Commit 8366c09

Browse files
committed
ci: use verilator from apt
1 parent a4da9af commit 8366c09

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/push.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,7 @@ jobs:
7070
uses: coursier/cache-action@v6
7171

7272
- name: Verilator
73-
run: |
74-
sudo apt install help2man libfl2 libfl-dev
75-
git clone https://github.com/verilator/verilator
76-
cd verilator
77-
autoconf
78-
./configure CC=clang CXX=clang++
79-
make -j `nproc`
80-
sudo make install
73+
run: sudo apt install verilator
8174

8275
- name: Device Tree Compiler
8376
run: sudo apt install device-tree-compiler

0 commit comments

Comments
 (0)