update iverilog install

This commit is contained in:
Fischer Moseley 2023-02-04 11:55:55 -05:00
parent e2d05ed5af
commit d16a9ac514
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +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: sh autoconf.sh
- run: ./configure
- run: make
- run: sudo make install