File tree 1 file changed +15
-14
lines changed
1 file changed +15
-14
lines changed Original file line number Diff line number Diff line change @@ -30,17 +30,18 @@ apt-run: &apt-install
30
30
fonts-humor-sans
31
31
32
32
fonts-run : &fonts-install
33
- name : Install custom fonts
34
- command : |
35
- mkdir -p ~/.local/share/fonts
36
- wget -nc https://github.com/google/fonts/blob/master/ofl/felipa/Felipa-Regular.ttf?raw=true -O ~/.local/share/fonts/Felipa-Regular.ttf || true
37
- fc-cache -f -v
38
- save_cache :
39
- key : fonts-2
40
- paths :
41
- - ~/.local/share/fonts/
42
- restore_cache :
43
- key : fonts-2
33
+ - restore_cache :
34
+ key : fonts-2
35
+ - run :
36
+ name : Install custom fonts
37
+ command : |
38
+ mkdir -p ~/.local/share/fonts
39
+ wget -nc https://github.com/google/fonts/blob/master/ofl/felipa/Felipa-Regular.ttf?raw=true -O ~/.local/share/fonts/Felipa-Regular.ttf || true
40
+ fc-cache -f -v
41
+ - save_cache :
42
+ key : fonts-2
43
+ paths :
44
+ - ~/.local/share/fonts/
44
45
45
46
pip-run : &pip-install
46
47
# Upgrade pip and setuptools and wheel to get as clean an install as possible
87
88
- checkout
88
89
89
90
- run : *apt-install
90
- - run : *fonts-install
91
+ - *fonts-install
91
92
- run : *pip-install
92
93
- run :
93
94
<< : *deps-install
@@ -111,7 +112,7 @@ jobs:
111
112
- checkout
112
113
113
114
- run : *apt-install
114
- - run : *fonts-install
115
+ - *fonts-install
115
116
- run : *pip-install
116
117
117
118
- run : *deps-install
@@ -133,7 +134,7 @@ jobs:
133
134
- checkout
134
135
135
136
- run : *apt-install
136
- - run : *fonts-install
137
+ - *fonts-install
137
138
- run : *pip-install
138
139
139
140
- run : *deps-install
You can’t perform that action at this time.
0 commit comments