Skip to content

Commit

Permalink
GHA last attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
vv-monsalve committed Nov 16, 2022
1 parent 914d701 commit f040af8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/CI-GHA-vf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ jobs:
# The --pre flag below will ensure we use the latest Font Bakery pre-releases
# and benefit from its newest checks:
run: |
sudo apt install libharfbuzz-dev libharfbuzz-bin libfreetype6-dev libglib2.0-dev libcairo2-dev
sudo apt install libharfbuzz-dev libharfbuzz-bin libglib2.0-dev libcairo2-dev
python -m pip install --upgrade pip
pip install freetype-py
pip install --pre fontbakery
pip install gftools
- name: Install ttfautohint
Expand All @@ -52,12 +53,12 @@ jobs:
id: build_fonts
run: gftools builder sources/config.yml
- name: Upload Fonts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: HankenGrotesk-Fonts
path: fonts/
- name: Make Fontbakery Report
uses: f-actions/font-bakery@v1
uses: f-actions/font-bakery@v2
with:
version: "latest"
subcmd: "check-googlefonts"
Expand Down

0 comments on commit f040af8

Please sign in to comment.