Skip to content

Commit

Permalink
Install Verilator
Browse files Browse the repository at this point in the history
  • Loading branch information
pznikola committed May 16, 2024
1 parent 038df8b commit d225720
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ jobs:
echo "deb https://repo.scala-sbt.org/scalasbt/debian /" | sudo tee /etc/apt/sources.list.d/sbt_old.list
curl -sL "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x2EE0EA64E40A89B84B2DF73499E82A75642AC823" | sudo apt-key add
sudo apt update && sudo apt install -y sbt
sudo apt-get update -y && sudo apt-get install -y verilator
make testall

0 comments on commit d225720

Please sign in to comment.