Skip to content

Commit 8abc195

Browse files
committed
fix workflow
1 parent 75c5d1f commit 8abc195

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ jobs:
1313
with:
1414
distribution: temurin
1515
java-version: 8
16-
- name: Install cs
16+
- name: Install coursier
1717
uses: coursier/cache-action@v6
18+
- name: Install scala-cli
1819
uses: VirtusLab/scala-cli-setup@main
1920
- name: Install scalafmt
2021
run: cs setup

0 commit comments

Comments
 (0)