From 41c30fe46baca7cbdf0cf8853c028c2de622258a Mon Sep 17 00:00:00 2001 From: Mario Romero Date: Sun, 2 Apr 2023 14:45:41 -0400 Subject: [PATCH] Fix installation of packages --- .gitea/workflows/verilate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/verilate.yaml b/.gitea/workflows/verilate.yaml index 9906c54..ab763a4 100644 --- a/.gitea/workflows/verilate.yaml +++ b/.gitea/workflows/verilate.yaml @@ -6,5 +6,5 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 - - run: apt-get build-essential cmake verilator + - run: apt install build-essential cmake verilator - run: cmake -Bbuild