Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6968f58 + c06f296 commit 85b4eb8Copy full SHA for 85b4eb8
1 file changed
.circleci/config.yml
@@ -47,6 +47,12 @@ fonts-run: &fonts-install
47
echo "Not downloading Humor-Sans; file already exists."
48
fi
49
fc-cache -f -v
50
+ save_cache:
51
+ key: fonts-1
52
+ paths:
53
+ - ~/.local/share/fonts/
54
+ restore_cache:
55
56
57
pip-run: &pip-install
58
# Upgrade pip and setuptools and wheel to get as clean an install as possible
0 commit comments