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 071d537 commit cc1b080Copy full SHA for cc1b080
.circleci/env_image.sh
@@ -2,6 +2,7 @@
2
set -e
3
# install required fonts
4
sudo apt-get install fonts-liberation2 fonts-open-sans fonts-noto-cjk fonts-noto-color-emoji
5
+sudo python3 -m pip install requests
6
sudo python3 .circleci/download_google_fonts.py
7
sudo cp -r .circleci/fonts/ /usr/share/
8
sudo fc-cache -f
0 commit comments