Merge branch 'master' into emj/hex

This commit is contained in:
Jonathan Clem
2019-12-04 13:49:24 -05:00
committed by GitHub
3 changed files with 37 additions and 3 deletions

View File

@@ -33,6 +33,9 @@ async function main() {
process.env.PATH = `${process.cwd()}/.setup-elixir/elixir/bin:${process.env.PATH}`
if (installRebar) await exec('mix local.rebar --force')
if (installHex) await exec('mix local.hex --force')
const matchersPath = path.join(__dirname, '..', '.github');
console.log(`##[add-matcher]${path.join(matchersPath, 'elixir.json')}`);
}
function checkPlatform() {