Skip to content

Commit

Permalink
ci(actions): Work around Fontship trying to force install-dist
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Sep 25, 2024
1 parent d96205e commit d5936bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/fontship.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
git fetch --prune --tags ||:
- name: Fontship make
uses: theleagueof/fontship@v0
# Work around fontship v0.10.0 an below trying to force install-dist on first pass
with:
args: make debug all
- name: FontProof
id: fontproof
uses: sile-typesetter/fontproof@v2
Expand Down

0 comments on commit d5936bf

Please sign in to comment.