From 13ce5726b52ff6b50a986d69f1f220864f51c643 Mon Sep 17 00:00:00 2001 From: Alexsander Falcucci Date: Fri, 20 Sep 2024 13:16:52 +0200 Subject: [PATCH] ci: remove unnecessary font installation script from ci workflow - remove font installation script from the ci workflow --- .github/workflows/ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d6cdb5..6a5748f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}