Skip to content

Commit

Permalink
ci: update ci workflow to remove unnecessary brew tap command
Browse files Browse the repository at this point in the history
- remove `brew tap homebrew/cask-fonts` command from ci workflow
  • Loading branch information
falcucci committed Sep 18, 2024
1 parent d28fa7a commit 52afa36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ jobs:
run: |
if [[ $RUNNER_OS == "macOS" ]]; then
curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh && brew upgrade
brew tap homebrew/cask-fonts
brew install font-monaspace
brew install --cask font-fira-code-nerd-font
brew install --cask font-profont-nerd-font
Expand Down

0 comments on commit 52afa36

Please sign in to comment.