From ac926deb2374fc1aa8b63cdc72928ad4b289c570 Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Fri, 5 Sep 2025 12:00:42 -0500 Subject: [PATCH] Fix builds --- .onedev-buildspec.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.onedev-buildspec.yml b/.onedev-buildspec.yml index 4c90c5f..9e9d871 100644 --- a/.onedev-buildspec.yml +++ b/.onedev-buildspec.yml @@ -58,7 +58,7 @@ jobs: interpreter: !DefaultInterpreter commands: | apt update -y - apt install -y tessesframework libffi-dev pkg-config tessesframework:arm64 tessesframework:armhf tessesframework:riscv64 + apt install -y libffi-dev pkg-config cd Packaging/Linux bash build-ubuntu-jammy.sh bash push-ubuntu-jammy.sh @@ -74,7 +74,7 @@ jobs: interpreter: !DefaultInterpreter commands: | apt update -y - apt install -y tessesframework libffi-dev pkg-config tessesframework:arm64 tessesframework:armhf tessesframework:riscv64 tessesframework:i386 + apt install -y libffi-dev pkg-config cd Packaging/Linux bash build-ubuntu-plucky.sh bash push-ubuntu-plucky.sh