File tree Expand file tree Collapse file tree 4 files changed +16
-2
lines changed
Expand file tree Collapse file tree 4 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -496,6 +496,13 @@ const installMSYS2 = async () => {
496496
497497// install MinGW packages from mingw input
498498const runMingw = async ( ) => {
499+
500+ if ( ruby . abiVers >= '2.4' ) {
501+ msSt = grpSt ( `pacman.exe -Sy pacman-mirrors` )
502+ execSync ( `pacman.exe -Sy ${ args } pacman-mirrors` )
503+ grpEnd ( msSt )
504+ }
505+
499506 if ( mingw . includes ( '_upgrade_' ) ) {
500507 if ( ruby . abiVers >= '2.4' ) {
501508 await updateGCC ( )
Original file line number Diff line number Diff line change 11{
22 "name" : " setup-ruby-pkgs" ,
3- "version" : " 1.24 .0" ,
3+ "version" : " 1.25 .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 @@ -121,6 +121,13 @@ const installMSYS2 = async () => {
121121
122122// install MinGW packages from mingw input
123123const runMingw = async ( ) => {
124+
125+ if ( ruby . abiVers >= '2.4' ) {
126+ msSt = grpSt ( `pacman.exe -Sy pacman-mirrors` )
127+ execSync ( `pacman.exe -Sy ${ args } pacman-mirrors` )
128+ grpEnd ( msSt )
129+ }
130+
124131 if ( mingw . includes ( '_upgrade_' ) ) {
125132 if ( ruby . abiVers >= '2.4' ) {
126133 await updateGCC ( )
Original file line number Diff line number Diff line change 11{
22 "name" : " setup-ruby-pkgs" ,
3- "version" : " 1.24 .0" ,
3+ "version" : " 1.25 .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