From f3cd717a6a7ac0ca217ed1eec1db8e7741b1f331 Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Wed, 22 Oct 2025 14:28:02 -0500 Subject: [PATCH] Fix scripts --- .onedev-buildspec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.onedev-buildspec.yml b/.onedev-buildspec.yml index 21f5889..085872c 100644 --- a/.onedev-buildspec.yml +++ b/.onedev-buildspec.yml @@ -49,7 +49,7 @@ jobs: interpreter: !DefaultInterpreter commands: | apt update -y - apt install -y pkg-config gcc-mingw-w64-x86-64 g++-mingw-w64-x86-64 gcc-mingw-w64-i686 g++-mingw-w64-i686 nsis + apt install -y pkg-config git gcc-mingw-w64-x86-64 g++-mingw-w64-x86-64 gcc-mingw-w64-i686 g++-mingw-w64-i686 nsis cd Packaging/Linux bash build-ubuntu-plucky.sh bash push-ubuntu-plucky.sh