From 1f605a5cc1ff7d41594241002a4c439a3ec10772 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Chabloz?= <44743985+jchabloz@users.noreply.github.com> Date: Tue, 10 Oct 2023 21:37:43 +0200 Subject: [PATCH] Update makefile.yml --- .github/workflows/makefile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index a799134..c6847e2 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -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