We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 401c1f6 commit 5b3e270Copy full SHA for 5b3e270
1 file changed
.github/workflows/ci.yaml
@@ -76,10 +76,11 @@ jobs:
76
77
# Ubuntu 20.04 has only fontforge release 2020, but there are some vital bugfixes in the 2022 release
78
# 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?
80
- name: Fetch FontForge
81
run: |
82
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" \
83
+ curl -L "https://github.com/fontforge/fontforge/releases/download/20230101/FontForge-2023-01-01-a1dad3e-x86_64.AppImage" \
84
--output fontforge
85
chmod u+x fontforge
86
echo Try appimage
0 commit comments