File tree 4 files changed +6
-2
lines changed
4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -409,6 +409,8 @@ const installMSYS2 = async () => {
409
409
const runMingw = async ( ) => {
410
410
411
411
if ( ruby . abiVers >= '2.4' ) {
412
+ // disable slow disk space check
413
+ execSync ( "sed -i 's/^CheckSpace/#CheckSpace/g' C:/msys64/etc/pacman.conf" )
412
414
msSt = grpSt ( `pacman.exe -Sy pacman-mirrors` )
413
415
execSync ( `pacman.exe -Sy ${ args } pacman-mirrors` )
414
416
grpEnd ( msSt )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " setup-ruby-pkgs" ,
3
- "version" : " 1.29.0 " ,
3
+ "version" : " 1.29.1 " ,
4
4
"description" : " Install packages and update builds tools for Ruby" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change @@ -121,6 +121,8 @@ const installMSYS2 = async () => {
121
121
const runMingw = async ( ) => {
122
122
123
123
if ( ruby . abiVers >= '2.4' ) {
124
+ // disable slow disk space check
125
+ execSync ( "sed -i 's/^CheckSpace/#CheckSpace/g' C:/msys64/etc/pacman.conf" )
124
126
msSt = grpSt ( `pacman.exe -Sy pacman-mirrors` )
125
127
execSync ( `pacman.exe -Sy ${ args } pacman-mirrors` )
126
128
grpEnd ( msSt )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " setup-ruby-pkgs" ,
3
- "version" : " 1.29.0 " ,
3
+ "version" : " 1.29.1 " ,
4
4
"description" : " Install packages and update builds tools for Ruby" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments