Skip to content

Commit

Permalink
chore: update homebrew dependencies for font installation
Browse files Browse the repository at this point in the history
- add `brew update` to update homebrew before installing fonts
  • Loading branch information
falcucci committed Sep 19, 2024
1 parent 1d4f97e commit d7c1d1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs:
elif [[ $RUNNER_OS == "Linux" ]]; then
curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
brew update
brew upgrade
brew install font-monospace-nerd-font
brew install font-fira-code-nerd-font
Expand Down

0 comments on commit d7c1d1c

Please sign in to comment.