Skip to content

Commit 5b3e270

Browse files
committed
Switch to latest Fontforge
[why] Keep used fontforge version in line with Nerd Fonts. Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
1 parent 401c1f6 commit 5b3e270

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,11 @@ jobs:
7676
7777
# Ubuntu 20.04 has only fontforge release 2020, but there are some vital bugfixes in the 2022 release
7878
# This can be replaced with the ordinary apt package when Ubuntu updates, probably with 22.10?
79+
# On the other hand ... why not be on the latest release always?
7980
- name: Fetch FontForge
8081
run: |
8182
sudo apt install software-properties-common python3-fontforge fuse -y -q
82-
curl -L "https://github.com/fontforge/fontforge/releases/download/20220308/FontForge-2022-03-08-582bd41-x86_64.AppImage" \
83+
curl -L "https://github.com/fontforge/fontforge/releases/download/20230101/FontForge-2023-01-01-a1dad3e-x86_64.AppImage" \
8384
--output fontforge
8485
chmod u+x fontforge
8586
echo Try appimage

0 commit comments

Comments
 (0)