Reduce size of dist (#26)

This commit is contained in:
Paulo F. Oliveira
2021-03-31 19:18:27 +01:00
committed by GitHub
parent 46b1995d92
commit 1f3954e2a3
9 changed files with 12 additions and 157 deletions
+3 -1
View File
@@ -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]')