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

Commit

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

0 comments on commit f837cc7

Please sign in to comment.