We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fd651b commit f19bd2cCopy full SHA for f19bd2c
.github/workflows/ci.yml
@@ -91,6 +91,7 @@ jobs:
91
if [[ $RUNNER_OS == "macOS" ]]; then
92
curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh && brew upgrade
93
brew install --cask font-fira-code-nerd-font
94
+ brew install --cask font-profont-nerd-font
95
fi
96
97
- name: cargo test
0 commit comments