Skip to content

Commit

Permalink
chore: update shell configuration and font package
Browse files Browse the repository at this point in the history
- add default configuration for shell
- change font package from `font-hack-nerd-font` to `font-fira-code-nerd-font`
  • Loading branch information
falcucci committed Sep 18, 2024
1 parent 347d88c commit 5fd651b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches:
- ci

defaults:
run:
shell: bash # necessary for windows

jobs:
fmt:
name: cargo fmt
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5fd651b

Please sign in to comment.