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 b2f6a7f commit bccfec4Copy full SHA for bccfec4
.circleci/config.yml
@@ -34,18 +34,18 @@ commands:
34
35
fonts-install:
36
steps:
37
+ - restore_cache:
38
+ key: fonts-2
39
- run:
40
name: Install custom fonts
41
command: |
42
mkdir -p ~/.local/share/fonts
43
wget -nc https://github.com/google/fonts/blob/master/ofl/felipa/Felipa-Regular.ttf?raw=true -O ~/.local/share/fonts/Felipa-Regular.ttf || true
44
fc-cache -f -v
- save_cache:
- key: fonts-2
45
- paths:
46
- - ~/.local/share/fonts/
47
- restore_cache:
48
+ - save_cache:
+ paths:
+ - ~/.local/share/fonts/
49
50
pip-install:
51
description: Upgrade pip and setuptools and wheel to get as clean an install as possible
0 commit comments