mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2025-02-12 12:45:44 +02:00
CI: Fix release run 1/2
[why] The release run does not work with the fontforge AppImage anymore. Obviously Github's 'ubuntu-latest' changed :-} [how] Install missing fuse. Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
parent
95a8f87910
commit
f7e5858d71
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -135,6 +135,7 @@ jobs:
|
||||
sudo apt update -y -q
|
||||
sudo apt install software-properties-common -y -q
|
||||
sudo apt install python3-fontforge -y -q
|
||||
sudo apt install fuse -y -q
|
||||
|
||||
# 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?
|
||||
|
Loading…
x
Reference in New Issue
Block a user