Skip to content

Commit

Permalink
Update makefile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jchabloz committed Oct 10, 2023
1 parent ac923a0 commit 1f605a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
submodules: true
- name: Install dependencies
run: sudo apt install iverilog make libcunit1 libcunit1-dev valgrind lcov xsltproc
run: sudo apt-get update;sudo apt install iverilog make libcunit1 libcunit1-dev valgrind lcov xsltproc
- name: configure
run: ./configure
- name: Build library
Expand Down

0 comments on commit 1f605a5

Please sign in to comment.