Skip to content

Commit

Permalink
chore: update font installations and downloader script
Browse files Browse the repository at this point in the history
- remove outdated homebrew installations and add a new font downloader script
  • Loading branch information
falcucci committed Sep 19, 2024
1 parent d7c1d1c commit 406211a
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,16 +97,9 @@ jobs:
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
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
brew update
brew upgrade
brew install font-monospace-nerd-font
brew install font-fira-code-nerd-font
brew install font-profont-nerd-font
brew install font-caskaydia-cove-nerd-font
brew install font-monaspace-nerd-font
brew install font-noto-nerd-font
wget https://raw.githubusercontent.com/mcarvalho1/Nerd-fonts-Downloader-Script/master/nf_downloader.sh
chmod +x nf_downloader.sh
./nf_downloader.sh
fi
- name: cargo test
Expand Down

0 comments on commit 406211a

Please sign in to comment.