Skip to content

Commit

Permalink
fix(ci): failing server tests
Browse files Browse the repository at this point in the history
  • Loading branch information
akurungadam committed Jun 14, 2023
1 parent 930852e commit dc05b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/helper/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit dc05b16

Please sign in to comment.