From 05125a33eac19352982cf8050a28edc6ac217ac1 Mon Sep 17 00:00:00 2001 From: Alexsander Falcucci Date: Thu, 19 Sep 2024 23:44:44 +0200 Subject: [PATCH] ci: update ci workflow font installation command - update the font installation command in the ci workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a68e8c..3cecbfb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -193,7 +193,7 @@ jobs: scoop install git scoop bucket add extras scoop bucket add nerd-fonts - scoop install Monaspace-NF FiraCode-NF ProFont-NF CascadiaCode-NF Noto-NF + scoop install Monaspace-NF FiraCode-NF ProFont-NF Cascadia-Code Noto-NF - name: Install Fonts run: |