diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d0fc8fb..b4e211f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -105,6 +105,10 @@ upload_to_fdroid_repo: ## - 'which rsync || (sudo apt-get update -y && sudo apt-get install rsync -y )' ## + ## Install pcregrep if not already installed. + ## + - 'which pcregrep || (sudo apt-get update -y && sudo apt-get install pcregrep -y )' + ## ## Run ssh-agent (inside the build environment) ## - eval $(ssh-agent -s)