From ccd7636e4a5d1ffc733bafb2f0ea358f24e6f9a1 Mon Sep 17 00:00:00 2001 From: Fischer Moseley Date: Sat, 4 Feb 2023 11:57:50 -0500 Subject: [PATCH] debug iverilog install workflow --- .github/workflows/run_all_tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run_all_tests.yml b/.github/workflows/run_all_tests.yml index ba08ad6..48b8002 100644 --- a/.github/workflows/run_all_tests.yml +++ b/.github/workflows/run_all_tests.yml @@ -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 \ No newline at end of file