Skip to content

Commit bf41cb5

Browse files
committed
fix scala tests
1 parent 649f400 commit bf41cb5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -252,11 +252,6 @@ jobs:
252252
distribution: 'temurin'
253253
java-version: '21'
254254

255-
- name: Setup Scala
256-
uses: olafurpg/setup-scala@v14
257-
with:
258-
scala-version: '3.3.1'
259-
260255
- name: Setup Coursier
261256
uses: coursier/setup-action@v1
262257
with:
@@ -266,6 +261,7 @@ jobs:
266261
run: |
267262
mkdir -p "$HOME/.local/bin"
268263
export PATH="$HOME/.local/bin:$HOME/.local/share/coursier/bin:$PATH"
264+
java -version
269265
cs install --install-dir "$HOME/.local/bin" scala scalac
270266
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
271267
echo "$HOME/.local/share/coursier/bin" >> "$GITHUB_PATH"

0 commit comments

Comments
 (0)