Skip to content

Commit

Permalink
ci: include homebrew installation steps for linux runner os
Browse files Browse the repository at this point in the history
- add homebrew installation steps for linux runner os in the ci workflow
  • Loading branch information
falcucci committed Sep 19, 2024
1 parent 8f1599c commit 7f69771
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ jobs:
brew install font-caskaydia-cove-nerd-font
brew install font-monaspace-nerd-font
brew install font-noto-nerd-font
elif [[ $RUNNER_OS == "Linux" ]]; then
curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh && brew upgrade
brew doctor
fi
- name: cargo test
Expand Down

0 comments on commit 7f69771

Please sign in to comment.