Skip to content

Commit f19bd2c

Browse files
committed
ci: improve ci workflow for macos installations
- add `font-profont-nerd-font` installation for macos in the ci workflow.
1 parent 5fd651b commit f19bd2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
9191
if [[ $RUNNER_OS == "macOS" ]]; then
9292
curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh && brew upgrade
9393
brew install --cask font-fira-code-nerd-font
94+
brew install --cask font-profont-nerd-font
9495
fi
9596
9697
- name: cargo test

0 commit comments

Comments
 (0)