commit | c7efa3b44d033c5214fbf6453954b7c5de25e037 | [log] [tgz] |
---|---|---|
author | Ankush Menat <me@ankush.dev> | Thu Jun 02 12:27:11 2022 +0530 |
committer | GitHub <noreply@github.com> | Thu Jun 02 12:27:11 2022 +0530 |
tree | 56adadfa1d2246899ee46a38593a1e2d4b4cba16 | |
parent | 77dcdff0db39f3dfe06a41733039b52bbf8c4caa [diff] |
ci: stale apt cache (#31217)
diff --git a/.github/helper/install.sh b/.github/helper/install.sh index 69749c9..f0f83b0 100644 --- a/.github/helper/install.sh +++ b/.github/helper/install.sh
@@ -11,7 +11,7 @@ cd ~ || exit -sudo apt-get install redis-server libcups2-dev +sudo apt update && sudo apt install redis-server libcups2-dev pip install frappe-bench