We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b45827 commit ca626a2Copy full SHA for ca626a2
1 file changed
.github/workflows/sbt_test.yml
@@ -56,7 +56,9 @@ jobs:
56
apps: scala
57
58
- name: Warm up scala
59
- run: scala -e 'println("Hello, Scala!")'
+ run: |
60
+ scala -version
61
+ scala -e 'println("Hello, Scala!")'
62
63
- name: Set up .NET SDK
64
if: ${{ runner.os == 'Linux' }}
0 commit comments