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 7add8f7 commit c69da8dCopy full SHA for c69da8d
.github/workflows/build.yaml
@@ -15,7 +15,7 @@ jobs:
15
- name: Install sys tools/deps
16
run: |
17
sudo apt-get update
18
- sudo apt-get install ttfautohint
+ sudo apt-get install ttfautohint libcairo2-dev python3-cairo-dev pkg-config python3-dev
19
sudo snap install yq
20
- uses: actions/cache@v4
21
with:
@@ -113,4 +113,4 @@ jobs:
113
gh release upload ${{ github.ref_name }} ${{ env.RELEASE_ZIP_NAME }}.zip --clobber
114
- name: Set release live
115
116
- gh release edit ${{ github.ref_name }} --draft=false
+ gh release edit ${{ github.ref_name }} --draft=false
0 commit comments