Skip to content

Commit

Permalink
Update MSYS2 to 2020-05-19
Browse files Browse the repository at this point in the history
  • Loading branch information
MSP-Greg committed May 19, 2020
1 parent a0be2bd commit 8f95af8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ const run = async () => {
* used when MSYS2 install or server have problems
*/
RELEASE_ASSET = fs.lstatSync('C:\\msys64').isSymbolicLink() ?
'msys2-2020-05-10' : null
'msys2-2020-05-19' : null
if (RELEASE_ASSET) {
msSt = grpSt('Updating MSYS2')
await installMSYS2()
Expand Down
2 changes: 1 addition & 1 deletion dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setup-ruby-pkgs",
"version": "1.8.0",
"version": "1.9.0",
"description": "Install packages and update builds tools for Ruby",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion mingw.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export const run = async () => {
* used when MSYS2 install or server have problems
*/
RELEASE_ASSET = fs.lstatSync('C:\\msys64').isSymbolicLink() ?
'msys2-2020-05-10' : null
'msys2-2020-05-19' : null
if (RELEASE_ASSET) {
msSt = grpSt('Updating MSYS2')
await installMSYS2()
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setup-ruby-pkgs",
"version": "1.8.0",
"version": "1.9.0",
"description": "Install packages and update builds tools for Ruby",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8f95af8

Please sign in to comment.