mirror of
https://github.com/erlef/setup-beam.git
synced 2026-08-01 19:46:08 +00:00
Reduce size of dist (#26)
This commit is contained in:
committed by
GitHub
parent
46b1995d92
commit
1f3954e2a3
Vendored
+3
-1
@@ -4660,7 +4660,9 @@ async function maybeInstallElixir(elixirSpec, otpVersion) {
|
||||
await installer.installElixir(elixirVersion)
|
||||
core.setOutput('elixir-version', elixirVersion)
|
||||
const matchersPath = __nccwpck_require__.ab + ".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