File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7474 ridk version
7575 }
7676 - name : gem install openssl
77- if : matrix.ruby >= '2.4'
77+ if : ( matrix.ruby >= '2.4') && (matrix.ruby != 'mswin')
7878 run : gem install openssl -N
Original file line number Diff line number Diff line change @@ -598,8 +598,8 @@ const openssl = async () => {
598598 execSync ( `pacman.exe -R --noconfirm --noprogressbar ${ pre . trim ( ) } openssl` )
599599 execSync ( `pacman.exe -Udd --noconfirm --noprogressbar ${ fn } ` )
600600 grpEnd ( msSt )
601- mingw = mingw . replace ( / \b o p e n s s l \b / gi, '' ) . trim ( )
602601 }
602+ mingw = mingw . replace ( / \b o p e n s s l \b / gi, '' ) . trim ( )
603603}
604604
605605// Updates MSYS2 MinGW gcc items
Original file line number Diff line number Diff line change @@ -83,8 +83,8 @@ const openssl = async () => {
8383 execSync ( `pacman.exe -R --noconfirm --noprogressbar ${ pre . trim ( ) } openssl` )
8484 execSync ( `pacman.exe -Udd --noconfirm --noprogressbar ${ fn } ` )
8585 grpEnd ( msSt )
86- mingw = mingw . replace ( / \b o p e n s s l \b / gi, '' ) . trim ( )
8786 }
87+ mingw = mingw . replace ( / \b o p e n s s l \b / gi, '' ) . trim ( )
8888}
8989
9090// Updates MSYS2 MinGW gcc items
You can’t perform that action at this time.
0 commit comments