Skip to content

Commit

Permalink
Switch to latest Fontforge
Browse files Browse the repository at this point in the history
[why]
Keep used fontforge version in line with Nerd Fonts.

Signed-off-by: Fini Jastrow <[email protected]>
  • Loading branch information
Finii committed Jan 30, 2023
1 parent 401c1f6 commit 5b3e270
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,11 @@ jobs:
# Ubuntu 20.04 has only fontforge release 2020, but there are some vital bugfixes in the 2022 release
# This can be replaced with the ordinary apt package when Ubuntu updates, probably with 22.10?
# On the other hand ... why not be on the latest release always?
- name: Fetch FontForge
run: |
sudo apt install software-properties-common python3-fontforge fuse -y -q
curl -L "https://github.com/fontforge/fontforge/releases/download/20220308/FontForge-2022-03-08-582bd41-x86_64.AppImage" \
curl -L "https://github.com/fontforge/fontforge/releases/download/20230101/FontForge-2023-01-01-a1dad3e-x86_64.AppImage" \
--output fontforge
chmod u+x fontforge
echo Try appimage
Expand Down

0 comments on commit 5b3e270

Please sign in to comment.