Skip to content

Commit 2b45827

Browse files
committed
switch back to scala, run a 'scala -e ...' command during setup
1 parent 16fe5ed commit 2b45827

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/sbt_test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@ jobs:
5353
- name: Set up Scala (via Coursier)
5454
uses: coursier/setup-action@v2
5555
with:
56-
apps: scala3
56+
apps: scala
57+
58+
- name: Warm up scala
59+
run: scala -e 'println("Hello, Scala!")'
5760

5861
- name: Set up .NET SDK
5962
if: ${{ runner.os == 'Linux' }}

0 commit comments

Comments
 (0)