Skip to content

Commit 4a51800

Browse files
committed
Fix CI
1 parent 232b4ec commit 4a51800

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/scala.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ permissions:
1111

1212
jobs:
1313
build:
14-
1514
runs-on: ubuntu-latest
1615

1716
steps:
@@ -22,7 +21,7 @@ jobs:
2221
java-version: '11'
2322
distribution: 'temurin'
2423
- name: Setup sbt
25-
uses: sbt/setup-sbt@v1
24+
uses: sbt/setup-sbt@v1
2625
- name: Setup Verilator
2726
run: sudo apt-get install verilator
2827
- name: Run tests

0 commit comments

Comments
 (0)