From a8a1472621a64edfe33557f6292072c0a52a5b14 Mon Sep 17 00:00:00 2001 From: Kutari Abhishek Panda <100259358+Abhishekpandakutari@users.noreply.github.com> Date: Thu, 1 Dec 2022 22:32:58 +0530 Subject: [PATCH] Update actions.yml --- .github/workflows/actions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 96b21c0..8ed64e1 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -6,6 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + - run: sudo apt-get update - run: sudo apt install -y --no-install-recommends iverilog - run: pip3 install cocotb cocotb-bus - run: make -C tests