Skip to content

Commit

Permalink
ci: update ci workflow font installation command
Browse files Browse the repository at this point in the history
- update the font installation command in the ci workflow
  • Loading branch information
falcucci committed Sep 19, 2024
1 parent 874055b commit 05125a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 05125a3

Please sign in to comment.