update iverilog install

This commit is contained in:
Fischer Moseley 2023-02-04 11:52:06 -05:00
parent 18d8b76f42
commit e2d05ed5af
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ jobs:
- run: sudo apt install bison flex g++ gcc
- run: git clone https://github.com/steveicarus/iverilog.git
- run: cd iverilog/
- run: chmod +x configure
- run: ./configure
- run: make
- run: sudo make install