Skip to content

Commit

Permalink
ci: remove unnecessary font installation script from ci workflow
Browse files Browse the repository at this point in the history
- remove font installation script from the ci workflow
  • Loading branch information
falcucci committed Sep 20, 2024
1 parent bd1f9b9 commit 13ce572
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,13 +233,6 @@ jobs:
- name: Install Fonts
run: |
declare -a fonts=(
"Monaspace"
"FiraCode"
"ProFont"
"CascadiaCode"
"Noto"
)
if [[ $RUNNER_OS == "macOS" ]]; then
curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh && brew upgrade
brew install ${{ env.BREW_FONTS }}
Expand Down

0 comments on commit 13ce572

Please sign in to comment.