Commit 1da610c
Install sbt via coursier in build workflow (#910)
The ubuntu-latest runner image no longer pre-installs sbt, causing
"sbt: command not found" failures. Replace the JDK setup with
coursier/setup-action which installs both the JVM and sbt — mirroring
the approach already used by release_40x.yml on master.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent e5bd797 commit 1da610c
1 file changed
Lines changed: 8 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
59 | | - | |
60 | | - | |
| 60 | + | |
| 61 | + | |
61 | 62 | | |
62 | | - | |
| 63 | + | |
| 64 | + | |
63 | 65 | | |
64 | 66 | | |
65 | 67 | | |
| |||
0 commit comments