Skip to content

Commit

Permalink
chore: update build process to remove unnecessary gcc installation
Browse files Browse the repository at this point in the history
- remove the installation of `gcc` package
  • Loading branch information
falcucci committed Sep 19, 2024
1 parent d279e1b commit 81e6449
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 @@ -99,7 +99,6 @@ 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 install gcc
brew install font-monaspace
brew install font-fira-code-nerd-font
brew install font-profont-nerd-font
Expand Down

0 comments on commit 81e6449

Please sign in to comment.