Skip to content

Commit 44f95cf

Browse files
authored
Merge pull request #1040 from tgodzik/download-bloop
improvement: Download bloop to work around Scala CLI issue
2 parents d01612c + 36ba0fa commit 44f95cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,10 @@ async function run(): Promise<void> {
143143
}
144144
})
145145

146+
await core.group('Download Bloop', async () => {
147+
await cs('fetch', 'ch.epfl.scala:bloop-frontend_2.12:2.0.17')
148+
})
149+
146150
await core.group('Install Apps', async () => {
147151
const value = core.getInput('apps').trim()
148152
const apps: string[] = value.split(' ')

0 commit comments

Comments
 (0)