Skip to content

Commit 22968c8

Browse files
committed
mswin - mingw ragel
1 parent a8c9524 commit 22968c8

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

dist/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1758,6 +1758,10 @@ const run = async () => {
17581758
if (!choco.includes('openssl')) { choco += ' openssl' }
17591759
}
17601760

1761+
if (mingw.includes('ragel')) {
1762+
execSync('pacman.exe -S --noconfirm --noprogressbar --needed mingw-w64-x86_64-ragel')
1763+
}
1764+
17611765
if (choco !== '') {
17621766
execSync(`choco install --no-progress ${choco}`)
17631767
if (choco.includes('openssl')) {

mswin.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ export const run = async () => {
2424
if (!choco.includes('openssl')) { choco += ' openssl' }
2525
}
2626

27+
if (mingw.includes('ragel')) {
28+
execSync('pacman.exe -S --noconfirm --noprogressbar --needed mingw-w64-x86_64-ragel')
29+
}
30+
2731
if (choco !== '') {
2832
execSync(`choco install --no-progress ${choco}`)
2933
if (choco.includes('openssl')) {

0 commit comments

Comments
 (0)