From 60e993fafc0c189fc45204a42d0e8c40c8a24572 Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Sun, 31 Aug 2025 00:36:12 -0500 Subject: [PATCH] Fix build --- .onedev-buildspec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.onedev-buildspec.yml b/.onedev-buildspec.yml index 57d8552..4e6c43e 100644 --- a/.onedev-buildspec.yml +++ b/.onedev-buildspec.yml @@ -16,7 +16,7 @@ jobs: interpreter: !DefaultInterpreter commands: | apt update -y - apt install -y makensis cmake g++-mingw-w64-i686-win32 make + apt install -y nsis cmake g++-mingw-w64-i686-win32 make bash Packaging/Windows/build.sh useTTY: true condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL