From b30089acc39562730e2a1bdfcea748652c5bbe64 Mon Sep 17 00:00:00 2001 From: Fini Jastrow Date: Fri, 6 Jan 2023 11:20:39 +0100 Subject: [PATCH] CI: Update release to Fontforge January 2023 Release' [why] Fontforge had a new release. There is no particular error it fixes that we suffer on, but keeping up to date? Signed-off-by: Fini Jastrow --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1d24df4b44..35c1745f71 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -152,9 +152,10 @@ 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: | - 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