From b9a678e80c28acd9a67eeb2ca34e0d8e2e0775b0 Mon Sep 17 00:00:00 2001 From: Yegor Bugayenko Date: Mon, 4 Mar 2024 18:53:13 +0300 Subject: [PATCH] #185 no build --- steps/install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/steps/install.sh b/steps/install.sh index c774dc42..f5c5c1fa 100755 --- a/steps/install.sh +++ b/steps/install.sh @@ -85,7 +85,6 @@ fi if ! pdftotext -v >/dev/null 2>&1; then if [ -n "${linux}" ]; then - apt-get purge -y build apt-get install -y libpoppler-dev else echo "Install 'poppler' somehow"