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.
1 parent b52a284 commit a64aa6bCopy full SHA for a64aa6b
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