From 3dde174ca5c1b2c5765ddff7163745e6916f70d6 Mon Sep 17 00:00:00 2001 From: Fini Jastrow Date: Fri, 10 Mar 2023 11:25:55 +0100 Subject: [PATCH] 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 --- .github/workflows/font-patcher.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/font-patcher.yml b/.github/workflows/font-patcher.yml index 8fbed9318..2e98a7ad4 100644 --- a/.github/workflows/font-patcher.yml +++ b/.github/workflows/font-patcher.yml @@ -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