Skip to content

Commit c69da8d

Browse files
authored
Update build.yaml for cairo issues
Refer to googlefonts/googlefonts-project-template@10cd300
1 parent 7add8f7 commit c69da8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install sys tools/deps
1616
run: |
1717
sudo apt-get update
18-
sudo apt-get install ttfautohint
18+
sudo apt-get install ttfautohint libcairo2-dev python3-cairo-dev pkg-config python3-dev
1919
sudo snap install yq
2020
- uses: actions/cache@v4
2121
with:
@@ -113,4 +113,4 @@ jobs:
113113
gh release upload ${{ github.ref_name }} ${{ env.RELEASE_ZIP_NAME }}.zip --clobber
114114
- name: Set release live
115115
run: |
116-
gh release edit ${{ github.ref_name }} --draft=false
116+
gh release edit ${{ github.ref_name }} --draft=false

0 commit comments

Comments
 (0)