From 105cc8d0af72358cbf9613c871d5192b338575a7 Mon Sep 17 00:00:00 2001 From: montgolfiere Date: Thu, 6 Jan 2022 16:19:37 +0000 Subject: [PATCH] ATS-935: Fix LibreOffice version in CI script (#510) - in three places (it looks like 3rd place was missed as part of ATS-935) --- _ci/cache_artifacts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_ci/cache_artifacts.sh b/_ci/cache_artifacts.sh index 2b7fc5e8..2c0f9abd 100644 --- a/_ci/cache_artifacts.sh +++ b/_ci/cache_artifacts.sh @@ -5,7 +5,7 @@ PS4="\[\e[35m\]+ \[\e[m\]" set -vex pushd "$(dirname "${BASH_SOURCE[0]}")/../" -LIBREOFFICE_VERSION=6.3.5 +LIBREOFFICE_VERSION=7.0.6 # Cache the LibreOffice distribution, as it is takes a long time to download and it can cause the # build to fail (no output for more than 10 minutes)