We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab522cf commit 1e66e08Copy full SHA for 1e66e08
.github/workflows/main.yml
@@ -18,6 +18,10 @@ jobs:
18
- windows-2019
19
steps:
20
- uses: actions/checkout@v2
21
+
22
+ - name: Set up SBT
23
+ uses: sbt/setup-sbt@v1
24
25
- name: SBT Cache
26
uses: actions/cache@v4
27
with:
.github/workflows/test.yml
@@ -41,6 +41,10 @@ jobs:
41
42
43
44
45
46
47
48
49
50
0 commit comments