From e2d05ed5af139b5825aba4763c6af2d4d9017661 Mon Sep 17 00:00:00 2001 From: Fischer Moseley Date: Sat, 4 Feb 2023 11:52:06 -0500 Subject: [PATCH] update iverilog install --- .github/workflows/run_all_tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/run_all_tests.yml b/.github/workflows/run_all_tests.yml index 42b52a4..3828794 100644 --- a/.github/workflows/run_all_tests.yml +++ b/.github/workflows/run_all_tests.yml @@ -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 \ No newline at end of file