Skip to content

Commit de584b2

Browse files
committed
More OpenSSL
1 parent 9c94aa4 commit de584b2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ jobs:
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

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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(/\bopenssl\b/gi, '').trim()
602601
}
602+
mingw = mingw.replace(/\bopenssl\b/gi, '').trim()
603603
}
604604

605605
// Updates MSYS2 MinGW gcc items

mingw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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(/\bopenssl\b/gi, '').trim()
8786
}
87+
mingw = mingw.replace(/\bopenssl\b/gi, '').trim()
8888
}
8989

9090
// Updates MSYS2 MinGW gcc items

0 commit comments

Comments
 (0)