Skip to content

Commit

Permalink
nightly MSYS2
Browse files Browse the repository at this point in the history
  • Loading branch information
eine committed May 28, 2020
1 parent 877608b commit f8beca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ async function run() {

if (!update) {
drive = '%~dp0';
const distrib = await tc.downloadTool('https://github.com/msys2/msys2-installer/releases/download/2020-05-22/msys2-base-x86_64-20200522.tar.xz');
const distrib = await tc.downloadTool('https://github.com/msys2/msys2-installer/releases/download/nightly-x86_64/msys2-base-x86_64-latest.tar.xz');
await exec.exec('bash', ['-c', `7z x ${distrib.replace(/\\/g, '/')} -so | 7z x -aoa -si -ttar`], {cwd: dest} );
}

Expand Down

0 comments on commit f8beca8

Please sign in to comment.