Fix installation of packages
Some checks failed
verilate

This commit is contained in:
Mario Romero 2023-04-02 14:45:41 -04:00
parent 269ede3411
commit 41c30fe46b

View File

@ -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