Merge branch 'fix/add-make-to-windows-build' of sarman/tftsr-devops_investigation into master

This commit is contained in:
Shaun Arman 2026-03-16 00:56:32 +00:00 committed by Gogs
commit aa24b9e107

View File

@ -44,7 +44,7 @@ pipeline:
when:
event: tag
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 -
- apt-get install -y nodejs
- npm ci --legacy-peer-deps