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