From 5fd651b0d361779c21d543c5cc21f7891c640ccb Mon Sep 17 00:00:00 2001 From: Alexsander Falcucci Date: Wed, 18 Sep 2024 13:46:35 +0200 Subject: [PATCH] chore: update shell configuration and font package - add default configuration for shell - change font package from `font-hack-nerd-font` to `font-fira-code-nerd-font` --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd8da73..d0fff89 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,10 @@ on: branches: - ci +defaults: + run: + shell: bash # necessary for windows + jobs: fmt: name: cargo fmt @@ -86,7 +90,7 @@ jobs: run: | if [[ $RUNNER_OS == "macOS" ]]; then curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh && brew upgrade - brew install font-hack-nerd-font + brew install --cask font-fira-code-nerd-font fi - name: cargo test