From dc05b163d9c96e615a7152775377b1de35d40bc4 Mon Sep 17 00:00:00 2001 From: Anoop Kurungadam Date: Tue, 13 Jun 2023 20:31:31 +0530 Subject: [PATCH] fix(ci): failing server tests --- .github/helper/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/helper/install.sh b/.github/helper/install.sh index b54cdebb77..5dd9cc840f 100644 --- a/.github/helper/install.sh +++ b/.github/helper/install.sh @@ -4,7 +4,7 @@ set -ex cd ~ || exit -sudo apt-get install redis-server libcups2-dev -qq +sudo apt-get update && sudo apt-get install redis-server libcups2-dev --fix-missing pip install frappe-bench