fix: add make to windows build step (required by vendored OpenSSL)
This commit is contained in:
parent
48b63086a6
commit
73584e357b
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user