mirror of
https://github.com/erlef/setup-beam.git
synced 2026-07-28 18:50:49 +00:00
Reduce size of dist (#26)
This commit is contained in:
+3
-1
@@ -53,7 +53,9 @@ async function maybeInstallElixir(elixirSpec, otpVersion) {
|
||||
await installer.installElixir(elixirVersion)
|
||||
core.setOutput('elixir-version', elixirVersion)
|
||||
const matchersPath = path.join(__dirname, '..', '.github')
|
||||
console.log(`##[add-matcher]${path.join(matchersPath, 'elixir.json')}`)
|
||||
console.log(
|
||||
`##[add-matcher]${path.join(matchersPath, 'elixir-matchers.json')}`,
|
||||
)
|
||||
prependToPath(`${process.env.RUNNER_TEMP}/.setup-beam/elixir/bin`)
|
||||
console.log('##[endgroup]')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user