Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 85b4eb8

Browse files
authored
Merge pull request #11652 from meeseeksmachine/auto-backport-of-pr-11650-on-v2.2.2-doc
Backport PR #11650 on branch v2.2.2-doc
2 parents 6968f58 + c06f296 commit 85b4eb8

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ fonts-run: &fonts-install
4747
echo "Not downloading Humor-Sans; file already exists."
4848
fi
4949
fc-cache -f -v
50+
save_cache:
51+
key: fonts-1
52+
paths:
53+
- ~/.local/share/fonts/
54+
restore_cache:
55+
key: fonts-1
5056

5157
pip-run: &pip-install
5258
# Upgrade pip and setuptools and wheel to get as clean an install as possible

0 commit comments

Comments
 (0)