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

Skip to content

Commit a64aa6b

Browse files
committed
Add CircleCI cache of user fonts.
Hopefully, this will reduce build failures due to Humor Sans mirrors being down / blocking CircleCI.
1 parent b52a284 commit a64aa6b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.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)