Remove iverilog from pipe
Some checks failed
BUILD / test (push) Failing after 1m34s

This commit is contained in:
Lukáš Plevač 2024-11-14 15:19:54 +01:00
parent 975ab01a1c
commit 5bb50a325f

View File

@ -17,8 +17,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install iverilog
run: sudo apt install iverilog
- name: Set up Python 3.x
uses: actions/setup-python@v5
with: