Skip to content

Commit 4bd43f0

Browse files
committed
switch back to coursier now I've seen the issue with the package install, add env to disable bloop
1 parent c4b9647 commit 4bd43f0

1 file changed

Lines changed: 6 additions & 13 deletions

File tree

.github/workflows/sbt_test.yml

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -50,21 +50,14 @@ jobs:
5050
- name: Set up sbt
5151
uses: sbt/setup-sbt@v1
5252

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
53+
- name: Set up Scala (via Coursier)
54+
uses: coursier/setup-action@v2
55+
with:
56+
apps: scala:3.6.2
6657

6758
- name: Warm up scala
59+
env:
60+
SCALA_CLI_SERVER: "false"
6861
run: |
6962
scala -version
7063
scala -e 'println("Hello, Scala!")'

0 commit comments

Comments
 (0)