File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -727,7 +727,7 @@ const run = async () => {
727727 * used when MSYS2 install or server have problems
728728 */
729729 RELEASE_ASSET = fs . lstatSync ( 'C:\\msys64' ) . isSymbolicLink ( ) ?
730- 'msys2-2020-05-10 ' : null
730+ 'msys2-2020-05-19 ' : null
731731 if ( RELEASE_ASSET ) {
732732 msSt = grpSt ( 'Updating MSYS2' )
733733 await installMSYS2 ( )
Original file line number Diff line number Diff line change 11{
22 "name" : " setup-ruby-pkgs" ,
3- "version" : " 1.8 .0" ,
3+ "version" : " 1.9 .0" ,
44 "description" : " Install packages and update builds tools for Ruby" ,
55 "main" : " index.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ export const run = async () => {
196196 * used when MSYS2 install or server have problems
197197 */
198198 RELEASE_ASSET = fs . lstatSync ( 'C:\\msys64' ) . isSymbolicLink ( ) ?
199- 'msys2-2020-05-10 ' : null
199+ 'msys2-2020-05-19 ' : null
200200 if ( RELEASE_ASSET ) {
201201 msSt = grpSt ( 'Updating MSYS2' )
202202 await installMSYS2 ( )
Original file line number Diff line number Diff line change 11{
22 "name" : " setup-ruby-pkgs" ,
3- "version" : " 1.8 .0" ,
3+ "version" : " 1.9 .0" ,
44 "description" : " Install packages and update builds tools for Ruby" ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments