Skip to content

Commit 232b4ec

Browse files
committed
Fix GiHub action change (missing sbt)
1 parent b5520e4 commit 232b4ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/scala.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
with:
2222
java-version: '11'
2323
distribution: 'temurin'
24-
cache: 'sbt'
24+
- name: Setup sbt
25+
uses: sbt/setup-sbt@v1
2526
- name: Setup Verilator
2627
run: sudo apt-get install verilator
2728
- name: Run tests

0 commit comments

Comments
 (0)