Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Commit

Permalink
workflows: install Verilator for chiselsim.
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikakk committed May 24, 2024
1 parent f0fdad8 commit 7fed00b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ jobs:
java-version: '22'
distribution: 'temurin'
cache: 'sbt'
- name: Install Verilator
run: sudo apt-get install -y verilator
- name: Run tests
run: sbt test

0 comments on commit 7fed00b

Please sign in to comment.