Update workflow
Some checks failed
verilate

This commit is contained in:
Mario Romero 2023-04-02 14:52:45 -04:00
parent 30ba433076
commit b7d3578d7d

View File

@ -6,6 +6,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- run: apt update
- run: apt install build-essential cmake verilator
- run: cmake -Bbuild
- name: Update repository
run: apt update
- name: Install Packages
run: apt install -y build-essential cmake verilator
- name: Build
run: cmake -Bbuild