We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4b9647 commit 4bd43f0Copy full SHA for 4bd43f0
1 file changed
.github/workflows/sbt_test.yml
@@ -50,21 +50,14 @@ jobs:
50
- name: Set up sbt
51
uses: sbt/setup-sbt@v1
52
53
- # - name: Set up Scala (via Coursier)
54
- # uses: coursier/setup-action@v2
55
- # with:
56
- # apps: scala:3.6.2
57
-
58
- - name: Set up Scala
59
- run: |
60
- if [[ "${{ matrix.config.os }}" =~ ^macos.*$ ]]; then
61
- brew install scala3
62
- else
63
- sudo apt-get update
64
- sudo apt-get install -y scala3
65
- fi
+ - name: Set up Scala (via Coursier)
+ uses: coursier/setup-action@v2
+ with:
+ apps: scala:3.6.2
66
67
- name: Warm up scala
+ env:
+ SCALA_CLI_SERVER: "false"
68
run: |
69
scala -version
70
scala -e 'println("Hello, Scala!")'
0 commit comments