From f837cc7bb29c79816d07dc21576d958454db7a20 Mon Sep 17 00:00:00 2001 From: Asherah Connor Date: Sat, 25 May 2024 00:53:00 +0300 Subject: [PATCH] workflows: sbt was removed. :/ try this. Ubuntu package search interface is dooownnnnnnn --- .github/workflows/unit-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 7e125a5..8a79725 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -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