Skip to content

Commit

Permalink
Merge pull request #1 from googlefonts/add-debug-builds
Browse files Browse the repository at this point in the history
Add fontc debug build support
  • Loading branch information
chrissimpkins authored Nov 16, 2023
2 parents 87adde2 + ba8c856 commit c9052ea
Show file tree
Hide file tree
Showing 5 changed files with 23,929 additions and 599 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ inputs:
description: "Use fontc built at a repository git commit SHA"
required: false
default: "none"
debug:
description: "Use a debug build of the fontc compiler"
required: false
default: "false"

runs:
using: "node20"
Expand Down
Loading

0 comments on commit c9052ea

Please sign in to comment.