mirror of
https://github.com/slavfox/Cozette.git
synced 2026-03-11 08:54:33 +00:00
Hopefully maybe fix Actions this time for real
This commit is contained in:
parent
015955d0ed
commit
447dfd9f51
1 changed files with 1 additions and 0 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
|
@ -16,6 +16,7 @@ jobs:
|
|||
- name: Install fontforge
|
||||
run: pacman -S --noconfirm fontforge
|
||||
- name: Build fonts
|
||||
run: |
|
||||
fontforge -lang ff -c 'Open("Cozette8/Cozette8.sfd"); Generate("cozette.otb")'
|
||||
fontforge -lang ff -c 'Open("Cozette8/Cozette8.sfd"); Generate("cozette.ttf")'
|
||||
fontforge -lang ff -c 'Open("Cozette8/Cozette8.sfd"); Generate("cozette.bdf")'
|
||||
|
|
|
|||
Loading…
Reference in a new issue