mirror of
https://github.com/neovim/neovim.git
synced 2024-12-25 13:45:15 -07:00
ci: ensure ~/.cache exists
This commit is contained in:
parent
0c4c384ed1
commit
0adbe58bb2
@ -7,6 +7,8 @@ CI_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
|||||||
source "${CI_DIR}/common/build.sh"
|
source "${CI_DIR}/common/build.sh"
|
||||||
source "${CI_DIR}/common/suite.sh"
|
source "${CI_DIR}/common/suite.sh"
|
||||||
|
|
||||||
|
mkdir -p "${HOME}/.cache"
|
||||||
|
|
||||||
echo "before_cache.sh: cache size"
|
echo "before_cache.sh: cache size"
|
||||||
du -chd 1 "${HOME}/.cache" | sort -rh | head -20
|
du -chd 1 "${HOME}/.cache" | sort -rh | head -20
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user