Skip to content

Commit

Permalink
Added ttfautohint and gftools
Browse files Browse the repository at this point in the history
  • Loading branch information
mishamyrt committed Oct 11, 2019
1 parent 9c9de88 commit 9621bb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ jobs:
steps:
- name: Install dependencies
run: |
sudo apt-get install fontforge python-fontforge -y
sudo apt-get install fontforge python-fontforge ttfautohint -y
sudo pip3 install fonttools
sudo pip3 install git+https://github.com/googlefonts/gftools
- name: Checkout
uses: actions/checkout@v1
- name: Clone Fira Code and IBM Plex repositories
Expand Down

0 comments on commit 9621bb1

Please sign in to comment.