Skip to content

Commit

Permalink
ci: refactor ci workflow for homebrew updates and taps
Browse files Browse the repository at this point in the history
- update homebrew during ci workflow
- remove unnecessary tap command
  • Loading branch information
falcucci committed Sep 19, 2024
1 parent a31da3f commit 86d5bad
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 @@ -99,7 +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 tap homebrew/cask-fonts
brew upgrade
brew install --cask font-monaspace
brew install --cask font-fira-code-nerd-font
brew install --cask font-profont-nerd-font
Expand Down

0 comments on commit 86d5bad

Please sign in to comment.