Skip to content

Commit d23eaa6

Browse files
committed
.
1 parent 750ab42 commit d23eaa6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ jobs:
9696
needs: build
9797
runs-on: ubuntu-latest
9898
steps:
99-
- uses: actions/setup-java@v4
99+
- uses: coursier/setup-action@main
100100
with:
101-
java-version: 17
102-
distribution: 'temurin'
101+
jvm: temurin@17
102+
apps: mill scala-cli
103103
- uses: actions/checkout@v4
104104
with:
105105
fetch-depth: 0

0 commit comments

Comments
 (0)