add provisions for version of iverilog in apt lists

This commit is contained in:
Fischer Moseley 2023-02-04 12:32:24 -05:00
parent 1eaa3cddc5
commit e481d13b63
1 changed files with 8 additions and 3 deletions

View File

@ -1,7 +1,7 @@
name: run_all_tests
on: [push]
jobs:
install-iverilog:
install-iverilog-source:
runs-on: ubuntu-latest
steps:
- run: sudo apt install bison flex g++ gcc gperf
@ -16,7 +16,7 @@ jobs:
working-directory: iverilog/
- name: make
run: make -j`nproc`
run: make -j$(nproc)
working-directory: iverilog/
- name: make check
@ -25,4 +25,9 @@ jobs:
- name: sudo make install
run: sudo make install
working-directory: iverilog/
working-directory: iverilog/
install-iverilog-apt:
runs-on: ubuntu-latest
steps:
- run: sudo apt install iverilog