Skip to content

Commit

Permalink
chore: update dependencies in ci workflow to use `font-monospace-nerd…
Browse files Browse the repository at this point in the history
…-font`

- remove `font-meslo-lg-nerd-font` and add `font-monospace-nerd-font` to the dependencies in workflow `ci.yml`
  • Loading branch information
falcucci committed Sep 19, 2024
1 parent 5fb25c5 commit 1d4f97e
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 @@ -100,7 +100,7 @@ jobs:
curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
brew upgrade
brew install font-meslo-lg-nerd-font
brew install font-monospace-nerd-font
brew install font-fira-code-nerd-font
brew install font-profont-nerd-font
brew install font-caskaydia-cove-nerd-font
Expand Down

0 comments on commit 1d4f97e

Please sign in to comment.