debug iverilog install workflow

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

View File

@ -7,7 +7,9 @@ jobs:
- run: sudo apt install bison flex g++ gcc
- run: git clone https://github.com/steveicarus/iverilog.git
- run: cd iverilog/
- run: sh autoconf.sh
- run: ls -lai
- run: sh ./autoconf.sh
- run: ./configure
- run: make
= run: make check
- run: sudo make install