fix: add make to windows build step (required by vendored OpenSSL)

This commit is contained in:
Shaun Arman 2026-03-15 19:53:19 -05:00
parent 48b63086a6
commit 73584e357b

View File

@ -44,7 +44,7 @@ pipeline:
when: when:
event: tag event: tag
commands: commands:
- apt-get update -qq && apt-get install -y -qq mingw-w64 curl nsis perl - apt-get update -qq && apt-get install -y -qq mingw-w64 curl nsis perl make
- curl -fsSL https://deb.nodesource.com/setup_22.x | bash - - curl -fsSL https://deb.nodesource.com/setup_22.x | bash -
- apt-get install -y nodejs - apt-get install -y nodejs
- npm ci --legacy-peer-deps - npm ci --legacy-peer-deps