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