mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2025-01-31 12:27:22 +02:00
CI: Fix: Add font with references
[why] The font is not available on the Github Workflow VM. [how] But we have it in the repo anyhow... Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
parent
bbb81d285a
commit
3dde174ca5
2
.github/workflows/font-patcher.yml
vendored
2
.github/workflows/font-patcher.yml
vendored
@ -126,6 +126,6 @@ jobs:
|
||||
- name: Check if font with references is patched
|
||||
# (patch result not checked)
|
||||
run: |
|
||||
fontforge --script ./font-patcher /usr/share/fonts/truetype/ubuntu/UbuntuMono-R.ttf \
|
||||
fontforge --script ./font-patcher src/unpatched-fonts/UbuntuMono/Regular/UbuntuMono-R.ttf \
|
||||
--quiet --no-progressbars --outputdir $GITHUB_WORKSPACE/temp/
|
||||
[ -e "$GITHUB_WORKSPACE/temp/Ubuntu Mono Nerd Font.ttf" ] && echo "File exists" || exit 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user