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